Class
PivotFieldInfo

Represents an abstraction of a property info.

Definition

Namespace:Telerik.Pivot.Core.Fields

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public class PivotFieldInfo : IPivotFieldInfo

Inheritance: objectPivotFieldInfo

Derived Classes: PropertyFieldInfo

Implements: IPivotFieldInfo

Constructors

PivotFieldInfo()

Initializes a new instance of the PivotFieldInfo class.

Declaration

cs-api-definition
public PivotFieldInfo()

Properties

AllowedRoles

Gets the allowed roles of this property.

Declaration

cs-api-definition
public FieldRoles AllowedRoles { get; set; }

Property Value

FieldRoles

Implements IPivotFieldInfo.AllowedRoles

AutoGenerateField

Gets or sets a value that indicates whether UI should be generated automatically in order to display this field.

Declaration

cs-api-definition
public bool AutoGenerateField { get; set; }

Property Value

bool

True if field should be generated automatically.

Implements IPivotFieldInfo.AutoGenerateField

DataType

Gets the data type of the property.

Declaration

cs-api-definition
public Type DataType { get; set; }

Property Value

Type

The Type of the data.

Implements IPivotFieldInfo.DataType

DisplayName

Gets the display-friend name of the property.

Declaration

cs-api-definition
public string DisplayName { get; set; }

Property Value

string

Implements IPivotFieldInfo.DisplayName

Name

Gets name of the property.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

Implements IPivotFieldInfo.Name

PreferredRole

Gets the preferred role of this property.

Declaration

cs-api-definition
public FieldRoles PreferredRole { get; set; }

Property Value

FieldRoles

Implements IPivotFieldInfo.PreferredRole

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()