Name | Description | |
---|---|---|
C1BaseFieldCollection Constructor | Constructor. Initializes a new instance of the C1BaseFieldCollection class. |
The following tables list the members exposed by C1BaseFieldCollection.
Name | Description | |
---|---|---|
C1BaseFieldCollection Constructor | Constructor. Initializes a new instance of the C1BaseFieldCollection class. |
Name | Description | |
---|---|---|
Count | (Inherited from System.Web.UI.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. |
Name | Description | |
---|---|---|
Add | Adds the specified C1BaseField object to the end of the C1BaseFieldCollection. | |
Clear | (Inherited from System.Web.UI.StateManagedCollection) | |
ColumnByName | Gets the C1BaseField derived column object from the name specified. | |
Contains | Determines whether the C1BaseFieldCollection collection contains a specific C1BaseField object. | |
CopyTo | (Inherited from System.Web.UI.StateManagedCollection) | |
IndexOf | Determines the index of the specified C1BaseField object in the collection. | |
Insert | Inserts the specified C1BaseField object into the C1BaseFieldCollection collection at the specified index. | |
Remove | Removes the specified C1BaseField object from the C1BaseFieldCollection collection. | |
RemoveAt | Removes the C1BaseField object at the specified index from the C1BaseField collection. | |
SetDirty | (Inherited from System.Web.UI.StateManagedCollection) | |
Traverse | Iterates trough the collection from the top to the bottom. |