Returns an IndexedCollection<(Of <(T>)>) containing all DimensionStates
including those which are fully selected or fully implicit, and those with refinements.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public IndexedCollection<DimensionState> CompleteDimensionStates { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CompleteDimensionStates As IndexedCollection(Of DimensionState) |
| Visual C++ |
|---|
public: property IndexedCollection<DimensionState^>^ CompleteDimensionStates { IndexedCollection<DimensionState^>^ get (); } |