The C1ToolBarItemBindingCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Appends the specified C1ToolBarItemBinding object to the end of the collection.
Public methodClear
Removes all items from the StateManagedCollection collection.
(Inherited from StateManagedCollection.)
Public methodContains
Determines whether the specified C1ToolBarItemBinding object is in the collection.
Public methodCopyToOverloaded.
Protected methodCreateKnownType
CreateKnownType override.
(Overrides StateManagedCollection..::..CreateKnownType(Int32).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an iterator that iterates through the StateManagedCollection collection.
(Inherited from StateManagedCollection.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetKnownTypes
GetKnownTypes override.
(Overrides StateManagedCollection..::..GetKnownTypes()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of the specified C1ToolBarItemBinding object in the collection.
Public methodInsert
Adds the specified C1ToolBarItemBinding object to the collection at the specified index location.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnClear
OnClear override.
(Overrides StateManagedCollection..::..OnClear()()()().)
Protected methodOnClearComplete
When overridden in a derived class, performs additional work after the Clear()()()() method finishes removing all items from the collection.
(Inherited from StateManagedCollection.)
Protected methodOnInsert
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.)
Protected methodOnInsertComplete
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.)
Protected methodOnRemove
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.)
Protected methodOnRemoveComplete
OnRemoveComplete override.
(Overrides StateManagedCollection..::..OnRemoveComplete(Int32, Object).)
Protected methodOnValidate
override.
(Overrides StateManagedCollection..::..OnValidate(Object).)
Public methodRemove
Removes the specified C1ToolBarItemBinding object from the collection.
Public methodRemoveAt
Removes the C1ToolBarItemBinding object at the specified index location from the collection.
Public methodSetDirty
Forces the entire StateManagedCollection collection to be serialized into view state.
(Inherited from StateManagedCollection.)
Protected methodSetDirtyObject
SetDirtyObject override.
(Overrides StateManagedCollection..::..SetDirtyObject(Object).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIList..::..Add
Adds an item to the StateManagedCollection collection.
(Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::..Clear
Removes all items from the StateManagedCollection collection.
(Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::..Contains
Determines whether the StateManagedCollection collection contains a specific value.
(Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumerator
Returns an iterator that iterates through the StateManagedCollection collection.
(Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::..IndexOf
Determines the index of a specified item in the StateManagedCollection collection.
(Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::..Insert
Inserts an item into the StateManagedCollection collection at the specified index.
(Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIStateManager..::..LoadViewState
Restores the previously saved view state of the StateManagedCollection collection and the IStateManager items it contains.
(Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::..Remove
Removes the first occurrence of the specified object from the StateManagedCollection collection.
(Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::..RemoveAt
Removes the IStateManager element at the specified index.
(Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIStateManager..::..SaveViewState
Saves the changes to the StateManagedCollection collection and each IStateManager object it contains since the time the page was posted back to the server.
(Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIStateManager..::..TrackViewState
Causes the StateManagedCollection collection and each of the IStateManager objects it contains to track changes to their view state so they can be persisted across requests for the same page.
(Inherited from StateManagedCollection.)

See Also