Class GroupResult
Represents the group result.
Inheritance
Inherited Members
Namespace: Syncfusion.Olap.Engine.Extension
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class GroupResult
Constructors
GroupResult()
Initializes a new instance of the GroupResult class.
Declaration
public GroupResult()
Properties
ElementsCount
Gets or sets the elements count.
Declaration
public int ElementsCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The elements count. |
ExpandableState
Gets or sets the expandable state of the group result.
Declaration
public ExpandableState ExpandableState { get; set; }
Property Value
Type | Description |
---|---|
ExpandableState | The expandable state of the group result. |
GroupKey
Gets or sets the group key of the group result.
Declaration
public string GroupKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The group key of the group result. |
Items
Gets or sets the collection of items.
Declaration
public IEnumerable Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.IEnumerable | The collection of items. |
Key
Gets or sets the key of the group result.
Declaration
public object Key { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The key of the group result. |
Level
Gets or sets the level of the group result.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The level of the group result. |
SubGroups
Gets or sets the collection of sub groups.
Declaration
public IEnumerable<GroupResult> SubGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<GroupResult> | The collection of sub groups. |
Summary
Gets or sets the summary details.
Declaration
public Dictionary<string, object> Summary { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | The summary details. |
UniqueName
Gets or sets the unique name of the group result.
Declaration
public object UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The unique name of the group result. |
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |