IStandardDimRecursiveBlock

Description

The IStandardDimRecursiveBlock interface contains properties of a recursive table dictionary block.

Properties

  Property name Brief description
ConnectBy The ConnectBy property returns an object that contains a condition for recursion index attribute.
ConnectByIndex The ConnectByIndex property determines index of the dictionary block by which objects are linked.
ConnectByWhere The ConnectByWhere property returns an object that contains filter for elements of recursive dictionary levels.
StartWith The StartWith property returns an object that contains a condition for the top level of dictionary block recursion.
StartWithWhere The StartWithWhere property returns an object containing a condition to filter elements of the first dictionary level.

Properties inherited from IStandardDimBlock

  Property name Brief description
Binding The Binding property returns an object containing formula that determines correspondence between block attributes and data source field.
BlockType The BlockType property returns type of table dictionary's block.
ChildBlock The ChildBlock property returns an object that contains child block of the table dictionary.
ChildrenBlockCount The ChildrenBlockCount property returns the number of child blocks.
Dataset The Dataset property determines an object that contains structure of dictionary block data source.
Indexes The Indexes property returns an object that contains a collection of table dictionary block indexes.
ParentBlock The ParentBlock property returns parent block.
ParentBlockBinding The ParentBlockBinding property returns an object that contains a formula determining the link between data source field and an attribute included into unique index of parent block.
ParentBlockIndex The ParentBlockIndex property determines a unique index of parent block to establish link with the current clock.
Where The Where property returns filter condition for all elements of table dictionary block.

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