HierarchyMemberData Class |
Namespace: Dundas.BI.WebApi.Models
The HierarchyMemberData type exposes the following members.
Name | Description | |
---|---|---|
HierarchyMemberData |
Initializes a new instance of the HierarchyMemberData class.
|
Name | Description | |
---|---|---|
Aggregator |
Gets the aggregator.
| |
Caption |
Gets the member caption.
| |
ChildItemCount |
Gets or sets the child item count for the current instance.
| |
CompatibleUniqueName |
Gets the compatible unique name. This property allows grouping together compatible hierarchy members across multiple IAnalysisStructures.
| |
HierarchyUniqueName |
Gets or sets the unique name of the hierarchy.
| |
IsCollapsed |
Gets or sets a value indicating whether this instance is collapsed.
| |
IsExpanded |
Gets or sets a value indicating whether this instance is expanded.
| |
IsScalar |
Gets a value indicating whether this instance returns a scalar value.
| |
LevelCompatibleUniqueName |
Gets or sets the compatible unique name of the hierarchy level.
| |
LevelDepth |
Gets or sets the level depth.
| |
LevelUniqueName |
Gets or sets the unique name of the hierarchy level.
| |
MemberKind |
Gets a value indicating the member type.
| |
MemberNumber |
Gets the member numeric value, when the parent hierarchy is a numeric hierarchy.
| |
MemberTime |
Gets the member time value, when appropriate. This value is only used for alignment in visualization controls and not for filtering.
| |
ParentMember |
Gets the parent member.
| |
ParentMemberUniqueName |
Gets the parent member unique name.
| |
Properties |
Gets the child members non-standard properties.
| |
ShortCaption |
Gets the short caption.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) | |
UniqueName |
Gets the object unique name.
(Inherited from UniqueNameData.) | |
UpperBoundaryTime |
Gets the upper boundary DateTime value, corresponding the next virtual member.
It is a virtual member as the hierarchy may not it included in its definition.
|
Name | Description | |
---|---|---|
ToDataContractLimitParents | ||
ToDataContractMappings |
The mapping between the business object and the DTO.
| |
ToDataContractMappingsWithAncestry |
The mapping between the business object and the DTO with parent member ancestry.
|