The C1WebBindingCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.) | |
| Contains | ||
| CopyTo | Overloaded. | |
| CreateKnownType | (Overrides StateManagedCollection..::.CreateKnownType(Int32).) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetKnownTypes | (Overrides StateManagedCollection..::.GetKnownTypes()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | ||
| Insert | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnClear | (Overrides StateManagedCollection..::.OnClear()()().) | |
| OnClearComplete | When overridden in a derived class, performs additional work after the Clear()()() method finishes removing all items from the collection. (Inherited from StateManagedCollection.) | |
| OnInsert | When overridden in a derived class, performs additional work before the Insert(Int32, Object) or Add(Object) method adds an item to the collection. (Inherited from StateManagedCollection.) | |
| OnInsertComplete | When overridden in a derived class, performs additional work after the Insert(Int32, Object) or Add(Object) method adds an item to the collection. (Inherited from StateManagedCollection.) | |
| OnRemove | When overridden in a derived class, performs additional work before the Remove(Object) or RemoveAt(Int32) method removes the specified item from the collection. (Inherited from StateManagedCollection.) | |
| OnRemoveComplete | (Overrides StateManagedCollection..::.OnRemoveComplete(Int32, Object).) | |
| OnValidate | (Overrides StateManagedCollection..::.OnValidate(Object).) | |
| Remove | ||
| RemoveAt | ||
| SetDirty | Forces the entire StateManagedCollection collection to be serialized into view state. (Inherited from StateManagedCollection.) | |
| SetDirtyObject | (Overrides StateManagedCollection..::.SetDirtyObject(Object).) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the StateManagedCollection collection. (Inherited from StateManagedCollection.) | |
| Item |