Class Members
It allow to set members information.
Inheritance
System.Object
Members
Implements
System.ICloneable
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.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public class Members : ICloneable
Constructors
Members(Int32, List<Int32>, Boolean, Boolean, String, String, String, Boolean, Boolean)
It allow to set members information from given parameters.
Declaration
public Members(int ordinal = 0, List<int> index = null, bool isDrilled = false, bool isNodeExpand = false, string parent = null, string name = null, string caption = null, bool isSelected = false, bool isClone = false)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ordinal | |
System.Collections.Generic.List<System.Int32> | index | |
System.Boolean | isDrilled | |
System.Boolean | isNodeExpand | |
System.String | parent | |
System.String | name | |
System.String | caption | |
System.Boolean | isSelected | |
System.Boolean | isClone |
Properties
Caption
It allow to set the caption of a specified member.
Declaration
public string Caption { get; set; }
Property Value
Type |
---|
System.String |
Index
It allow to set index value for specific member.
Declaration
public List<int> Index { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Int32> |
IsDrilled
It allow to set enable/disable drill information for specific member.
Declaration
public bool IsDrilled { get; set; }
Property Value
Type |
---|
System.Boolean |
IsNodeExpand
It allow to set the expand state of a specified member.
Declaration
public bool IsNodeExpand { get; set; }
Property Value
Type |
---|
System.Boolean |
IsSelected
It allow to set whether the specified member is either selected or not for filtering.
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
It allow to set the unique name of a specified member.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Ordinal
It allow to set ordinal value for specific member.
Declaration
public int Ordinal { get; set; }
Property Value
Type |
---|
System.Int32 |
Parent
It allow to set the parent name of a specified member.
Declaration
public string Parent { get; set; }
Property Value
Type |
---|
System.String |
Methods
Cloning(Boolean)
It allow to get cloned members information using ICloneable
Declaration
public virtual object Cloning(bool clone = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | clone |
Returns
Type |
---|
System.Object |
Explicit Interface Implementations
ICloneable.Clone()
Declaration
object ICloneable.Clone()
Returns
Type |
---|
System.Object |
Implements
System.ICloneable