ILanerAttributes

Description

The ILanerAttributes interface contains properties and methods used to work with a collection of series attributes.

Properties

  Property name Brief description
Count The Count property returns the number of attributes in the collection.
Item The Item property returns an attribute from the collection by its index.

Methods

  Method name Brief description
Add The Add method adds an attribute to collection.
Clear The Clear method clears all attributes from the collection.
FindById The FindById method finds attribute in the collection by its identifier.
FindByKey The FindByKey method finds attribute in the collection by its key.
FindIndexByKey The FindIndexByKey method searches an attribute index in the collection by the key.
MoveTo The MoveTo method shifts the attribute in the collection.
Remove The Remove method removes the attribute from the collection by its index.
RemoveByKey The RemoveByKey method removes the attribute from the collection by its key.

See also:

Laner Assembly Interfaces