[]
Represents a collection of C1GaugeClipping objects.
[ListBindable(false)]
public class ClippingCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets or sets the C1GaugeClipping at the specified position in the collection. |
Name | Description |
---|---|
Add(C1GaugeClipping) | Adds the specified C1GaugeClipping to the collection. |
AddRange(C1GaugeClipping[]) | Adds a group of C1GaugeClipping objects to the end of the collection. |
Contains(C1GaugeClipping) | Determines whether this collection contains the specified C1GaugeClipping. |
IndexOf(C1GaugeClipping) | Determines the index of a specific C1GaugeClipping in the collection. |
Insert(int, C1GaugeClipping) | Inserts the specified C1GaugeClipping into this collection at the given index. |
Move(int, int) | Moves the item with given index (fromIndex) to the new position (toIndex). |
OnClear() | Performs additional custom processes when clearing the contents of the ClippingCollection instance. |
OnClearComplete() | Performs additional custom processes after clearing the contents of the ClippingCollection instance. |
OnInsertComplete(int, object) | Performs additional custom processes after inserting a C1GaugeClipping into the ClippingCollection instance. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing a C1GaugeClipping from the ClippingCollection instance. |
OnSetComplete(int, object, object) | Performs additional custom processes after setting a C1GaugeClipping in the ClippingCollection instance. |
OnValidate(object) | Checks whather the type of the value argument is allowable for this collection. |
Remove(C1GaugeClipping) | Removes the specified C1GaugeClipping from the collection. |