Button |
public class ButtonSpecCollection<T> : ButtonSpecCollectionBase, IList, ICollection, IEnumerable, IList<T>, ICollection<T>, IEnumerable<T> where T : ButtonSpec
The ButtonSpecCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| ButtonSpecCollectionT | Initialize a new instance of the ButtonSpecCollection class. |
| Name | Description | |
|---|---|---|
| Count | Gets the number of button specs in collection. | |
| Id |
Gets the unique identifier of the object.
(Inherited from GlobalId) | |
| IsFixedSize | Gets a value indicating whether the collection has a fixed size. | |
| IsReadOnly | Gets a value indicating whether the collection is read-only. | |
| IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
| ItemInt32 | Gets or sets the button spec at the specified index. | |
| ItemString | Gets the button spec with the provided unique name. | |
| Owner |
Gets and sets the owner of the collection.
(Inherited from ButtonSpecCollectionBase) | |
| SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
| Add(T) | Append a button spec to the collection. | |
| Add(Object) | Append a button spec to the collection. | |
| AddRange | Append an array of button spec instances. | |
| Clear | Remove all pages from the collection. | |
| Contains(T) | Determines whether the collection contains the button spec. | |
| Contains(Object) | Determines whether the collection contains the button spec. | |
| CopyTo(Array, Int32) | Copies all the elements of the current collection to the specified Array. | |
| CopyTo(T, Int32) | Copies button specs to specified array starting at particular index. | |
| Enumerate |
Provide non generic access to the enumerator.
(Overrides ButtonSpecCollectionBaseEnumerate) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetEnumerator | Shallow enumerate over button specs in the collection. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IndexOf(T) | Determines the index of the specified spec in the collection. | |
| IndexOf(Object) | Determines the index of the specified spec in the collection. | |
| Insert(Int32, T) | Inserts a button spec to the collection at the specified index. | |
| Insert(Int32, Object) | Inserts a button spec to the collection at the specified index. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnInserted |
Raises the Inserted event.
(Inherited from ButtonSpecCollectionBase) | |
| OnInserting |
Raises the Inserting event.
(Inherited from ButtonSpecCollectionBase) | |
| OnRemoved |
Raises the Removed event.
(Inherited from ButtonSpecCollectionBase) | |
| OnRemoving |
Raises the Removing event.
(Inherited from ButtonSpecCollectionBase) | |
| Remove(T) | Removes first occurance of specified spec. | |
| Remove(Object) | Removes first occurance of specified object. | |
| RemoveAt | Removes the button spec at the specified index. | |
| ToString |
Obtains the String representation of this instance.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| Inserted |
Occurs when a spec has been added/inserted to the collection.
(Inherited from ButtonSpecCollectionBase) | |
| Inserting |
Occurs when a spec is about to be added/inserted to the collection.
(Inherited from ButtonSpecCollectionBase) | |
| Removed |
Occurs when a spec is removed from the collection.
(Inherited from ButtonSpecCollectionBase) | |
| Removing |
Occurs when a spec is about to be removed from the collection.
(Inherited from ButtonSpecCollectionBase) |
| Name | Description | |
|---|---|---|
| GetReverseT |
Returns reversed list.
(Defined by CollectionUtility) | |
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |