Class FieldInfo
Gets the information about the PiovtFields.
Inheritance
System.Object
FieldInfo
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PivotAnalysis.Base
Assembly: Syncfusion.PivotAnalysis.Base.dll
Syntax
public class FieldInfo : IComparable
Constructors
FieldInfo()
Declaration
public FieldInfo()
Properties
Expression
Gets and sets the expression associated with the field.
Declaration
public string Expression { get; set; }
Property Value
Type |
---|
System.String |
FieldType
Gets and sets the field type.
Declaration
public FieldTypes FieldType { get; set; }
Property Value
Type |
---|
FieldTypes |
Format
Gets and sets the format of the field.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |
Name
Gets and sets the name of the field.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Methods
CompareTo(Object)
Compares the value with other values using the name of the field.
Declaration
public int CompareTo(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type |
---|
System.Int32 |
Equals(Object)
Returns the name of each field in the property descriptor collection based on the object type.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type |
---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Returns the hash code for the given value.
Declaration
public override int GetHashCode()
Returns
Type |
---|
System.Int32 |
Overrides
System.Object.GetHashCode()
Implements
System.IComparable