The C1BaseFieldCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds the specified C1BaseField derived column object to the end of
the C1BaseFieldCollection.
|
![]() |
Clear |
Removes all items from the StateManagedCollection collection.
(Inherited from StateManagedCollection.) |
![]() |
ColumnByName |
Gets the C1BaseField derived column object from the name specified.
|
![]() |
CopyTo |
Copies the elements of the StateManagedCollection collection to an array, starting at a particular array index.
(Inherited from StateManagedCollection.) |
![]() |
GetEnumerator |
Returns an iterator that iterates through the StateManagedCollection collection.
(Inherited from StateManagedCollection.) |
![]() |
IndexOf |
Returns the index of the specified C1BaseField derived column object from the
C1BaseFieldCollection collection.
|
![]() |
Insert |
Inserts the specified C1BaseField derived column object into the collection at specified index.
|
![]() |
Remove |
Removes the specified C1BaseField derived column object from the C1BaseFieldCollection.
|
![]() |
RemoveAt |
Deletes the column from the collection at the specified index.
|
![]() |
SetDirty |
Forces the entire StateManagedCollection collection to be serialized into view state.
(Inherited from StateManagedCollection.) |
![]() |
Traverse |
Iterates trough the collection from the top to the bottom.
|
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of elements contained in the StateManagedCollection collection.
(Inherited from StateManagedCollection.) |
![]() |
Item |
Gets a C1BaseField derived column object from the C1BaseFieldCollection
collection at the specified index.
In C#, this property is the indexer for the C1BaseFieldCollection class.
|