Class Member
Represents a single member within a hierarchy, tuple, level, or member.
Inheritance
Namespace: Syncfusion.Olap.UWP.Data
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class Member : Object
  Constructors
Member()
Initializes a new instance of the Member class.
Declaration
public Member()
  Properties
Caption
Gets or sets the caption.
Declaration
public string Caption { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The caption.  | 
      
ChildMembers
Gets the child members.
Declaration
public MemberCollection ChildMembers { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MemberCollection | The child members.  | 
      
CubeSchema
Gets or sets the cube schema.
Declaration
public CubeSchema CubeSchema { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CubeSchema | The cube schema.  | 
      
CustomUniqueName
Gets the name of the custom unique.
Declaration
public string CustomUniqueName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the custom unique.  | 
      
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The description.  | 
      
DrilledDown
Gets or sets a value indicating whether [drilled down].
Declaration
public bool DrilledDown { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
HasChildMembers
Gets or sets a value indicating whether this instance has child members.
Declaration
public bool HasChildMembers { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
IsMemberLoadedOnDemand
Gets or sets a value indicating whether this instance is member loaded on demand.
Declaration
public bool IsMemberLoadedOnDemand { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
Kpi_Name
Gets or sets the name of the kpi.
Declaration
public string Kpi_Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the kpi.  | 
      
KPIStatusGraphic
Gets or sets the kpi status graphic.
Declaration
public string KPIStatusGraphic { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The kpi status graphic.  | 
      
KPITrendGraphic
Gets or sets the kpi trend graphic.
Declaration
public string KPITrendGraphic { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The kpi trend graphic.  | 
      
KPIType
Gets or sets the type of the kpi.
Declaration
public KpiTypeEnum KPIType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| KpiTypeEnum | The type of the kpi.  | 
      
LevelDepth
Gets or sets the level depth.
Declaration
public int LevelDepth { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The level depth.  | 
      
LevelUniqueName
Gets or sets the name of the level unique.
Declaration
public string LevelUniqueName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the level unique.  | 
      
MemberProperties
Gets or sets the member properties.
Declaration
public PropertyCollection MemberProperties { get; set; }
  Property Value
| Type | Description | 
|---|---|
| PropertyCollection | The member properties.  | 
      
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the Member object  | 
      
ParentCaption
Gets or sets the parent caption.
Declaration
public string ParentCaption { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The parent caption.  | 
      
ParentCustomUniqueName
Gets or sets the name of the parent custom unique.
Declaration
public string ParentCustomUniqueName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the parent custom unique.  | 
      
ParentDimension
Gets or sets the parent dimension.
Declaration
public string ParentDimension { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The parent dimension.  | 
      
ParentHierarchy
Gets or sets the parent hierarchy.
Declaration
public string ParentHierarchy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The parent hierarchy.  | 
      
ParentLevel
Gets or sets the parent level.
Declaration
public Level ParentLevel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Level | The parent level.  | 
      
ParentMember
Gets or sets the parent member.
Declaration
public Member ParentMember { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Member | The parent member.  | 
      
ParentUniqueName
Gets or sets the name of the parent unique.
Declaration
public string ParentUniqueName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the parent unique.  | 
      
Properties
Gets the properties.
Declaration
public PropertyCollection Properties { get; set; }
  Property Value
| Type | Description | 
|---|---|
| PropertyCollection | The properties.  | 
      
Type
Gets or sets the type.
Declaration
public MemberTypeEnum Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MemberTypeEnum | The type.  | 
      
UniqueName
Gets or sets the name of the unique.
Declaration
public string UniqueName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the unique.  | 
      
Visible
Gets or sets a value indicating whether this Member is visible.
Declaration
public bool Visible { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
  GetDimension()
Gets the dimension.
Declaration
public Dimension GetDimension()
  Returns
| Type | Description | 
|---|---|
| Dimension | returns the Dimension object  | 
      
GetDimension(CubeSchema)
Gets the dimension.
Declaration
public Dimension GetDimension(CubeSchema cubeSchema)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CubeSchema | cubeSchema | The cube schema.  | 
      
Returns
| Type | Description | 
|---|---|
| Dimension | returns the dimension object if matches else returns null  | 
      
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | A System.String that represents the current System.Object.  |