The ICustomDimTree interface contains properties and methods to work with designed dictionary elements displayed as a tree.
The ICustomDimension.Tree property returns dictionary elements as a tree.
Property name | Brief description | |
AttributeValue | The AttributeValue property determines value of selected attribute for selected fact dimension element. | |
Children | The Children property returns a list of child elements for the selected element. | |
Include | The Include property determines whether the specified element is available in OLAP selection. | |
Name | The Name property determines name of the element with the specified key. | |
Owner | The Owner property determines the primary key of the owner element for the specified element. | |
RootChildren | The RootChildren property returns list of the tree root elements. |
Method name | Brief description | |
Add | The Add method adds a new element and returns its primary key. | |
MoveAfter | The MoveAfter method places the element with the PrimaryKey primary key after the element with the Element key. | |
MoveBefore | The MoveBefore method places the element with the PrimaryKey primary key before the element with the Element key. | |
Remove | The Remove method removes element with the specified primary key. |
See also: