Class NamedSetElement
Represents the information needed for named set element.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.Reports
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class NamedSetElement : Element, ICloneable<Element>, ICloneable<NamedSetElement>
Constructors
NamedSetElement()
Initializes a new instance of the NamedSetElement class.
Declaration
public NamedSetElement()
NamedSetElement(DimensionElement)
Initializes a new instance of the NamedSetElement class.
Declaration
public NamedSetElement(DimensionElement parentDimensionElement)
Parameters
Type | Name | Description |
---|---|---|
DimensionElement | parentDimensionElement | The parent dimension element. |
Properties
DimensionName
Gets or sets the name of the dimension.
Declaration
public string DimensionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the dimension. |
DimensionUniqueName
Gets or sets the unique name of the dimension.
Declaration
public string DimensionUniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the dimension. |
IsQueryScoped
Gets or sets a value indicating whether this instance is query scoped.
Declaration
public bool IsQueryScoped { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ParentDimension
Gets or sets the parent dimension.
Declaration
public DimensionElement ParentDimension { get; set; }
Property Value
Type | Description |
---|---|
DimensionElement | The parent dimension. |
SetQuery
Gets or sets the set query.
Declaration
public string SetQuery { get; set; }
Property Value
Type | Description |
---|---|
System.String | The set query. |
UniqueName
Gets or sets the unique name of the named set element.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of NamedSetElement. |
Methods
Clone()
Clones this instance.
Declaration
public NamedSetElement Clone()
Returns
Type | Description |
---|---|
NamedSetElement | A copy of this instance. |