IMetaAttributesSubset

Assembly: Rds;

Namespace: Prognoz.Platform.Interop.Rds;

Description

The IMetaAttributesSubset interface contains properties and methods to work with a set of attributes with ability to add and remove attributes.

Inheritance hierarchy

          IMetaAttributesSubset

          IMetaAttributesSet

Properties inherited from IMetaAttributesSet

  Property name Brief description
The BaseOperation property returns the operation of building the basic attributes set.
The BaseSet property returns the basic set of attributes.
The Count property returns number of elements in the set.
The Dictionary property returns parent object.
The Item property returns an attribute from the set by index.
The Predefined property returns an attribute of the specified type from the set.

Methods

  Method name Brief description
The Add method adds an attribute in a set.
The Remove method removes an attribute from the set.

Methods inherited from IMetaAttributesSet

  Method name Brief description
The CreateSubset method creates the set of attributes.
The FindById method searches attribute by identifier.
The FindByKey method searches attribute by key.
The FindByKind method searches an attribute by type.
The FindByKindBasis method searches an attribute by type and basis.
The FindByValuesObject method searches an attribute by object key that the attribute refers to.
The IndexOf method returns attribute index in the set.
The Move method moves attributes in the set.

See also:

Rds Assembly Interfaces