[]
        
(Showing Draft Content)

C1.Win.C1Gauge.CommonFillingCollection

CommonFillingCollection Class

Represents a collection of CommonFilling objects.

Inheritance
CommonFillingCollection
Namespace: C1.Win.C1Gauge
Assembly: C1.Win.C1Gauge.4.8.dll
Syntax
[ListBindable(false)]
public class CommonFillingCollection : CommonItemCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the CommonFilling at the specified position in the collection.

this[string]

Gets the first CommonFilling with the specified name in the collection.

Methods

Name Description
Add(CommonFilling)

Adds the specified CommonFilling to the collection.

AddRange(CommonFilling[])

Adds a group of CommonFilling objects to the end of the collection.

Contains(CommonFilling)

Determines whether this collection contains the specified CommonFilling.

IndexOf(CommonFilling)

Determines the index of a specific CommonFilling in the collection.

Insert(int, CommonFilling)

Inserts the specified CommonFilling into this collection at the given index.

OnValidate(object)

Checks whather the type of the value argument is allowable for this collection.

Remove(CommonFilling)

Removes the specified CommonFilling from the collection.