The C1BaseFieldCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds the specified C1BaseField derived column object to the end of the C1BaseFieldCollection.
Public method Clear
Removes all items from the StateManagedCollection collection.
(Inherited from StateManagedCollection.)
Public method ColumnByName
Gets the C1BaseField derived column object from the name specified.
Public method CopyTo
Copies the elements of the StateManagedCollection collection to an array, starting at a particular array index.
(Inherited from StateManagedCollection.)
Public method GetEnumerator
Returns an iterator that iterates through the StateManagedCollection collection.
(Inherited from StateManagedCollection.)
Public method IndexOf
Returns the index of the specified C1BaseField derived column object from the C1BaseFieldCollection collection.
Public method Insert
Inserts the specified C1BaseField derived column object into the collection at specified index.
Public method Remove
Removes the specified C1BaseField derived column object from the C1BaseFieldCollection.
Public method RemoveAt
Deletes the column from the collection at the specified index.
Public method SetDirty
Forces the entire StateManagedCollection collection to be serialized into view state.
(Inherited from StateManagedCollection.)
Public method Traverse
Iterates trough the collection from the top to the bottom.

See Also