ICustomDimAttribute

Assembly: Dimensions;

Description

The ICustomDimAttribute interface contains attribute properties of created dictionary.

Inheritance Hierarchy

          INamedEntity

          ICustomDimAttribute

Comments

The attribute properties can be obtained using properties or methods of the ICustomDimAttributes interface.

Properties

  Property name Brief description
DataType The DataType property determines attribute data type.
DisplayValueDataType The DisplayValueDataType property determines type of displayed attribute value.
Expression

The Expression property returns the expression, based on which attribute value is formed.

HasDisplayValues

The HasDisplayValues property determines whether displayed attribute values are used.

HasHierarchy The HasHierarchy property determines whether attribute is used as alternative hierarchy.
Visible The Visible property determines whether attribute values are visible.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines object identifier.
Key The Key property returns the object key.
Name The Name property determines object name.

See also:

Dimensions Assembly Interfaces