Class FieldInfoData
Provides information about properties/fields of items that are used by a IField
Inheritance
System.Object
FieldInfoData
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public class FieldInfoData : Object, IFieldInfoData
Constructors
FieldInfoData(ContainerNode)
Initializes a new instance of the Field
Declaration
public FieldInfoData(ContainerNode root)
Parameters
Container The root. |
Properties
RootFieldInfo
Gets the root node of the hierarchy of IPivot
Declaration
public ContainerNode RootFieldInfo { get; }
Property Value
Implements
Methods
GetFieldDescriptionByMember(String)
Gets a IPivot
Declaration
public IPivotFieldInfo GetFieldDescriptionByMember(string name)
Parameters
System. Name of a description. |