Class FieldInfo
Gets the information about the PiovtFields.
Inheritance
System.Object
FieldInfo
Implements
System.IComparable
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class FieldInfo : Object, 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 |
GetHashCode()
Returns the hash code for the given value.
Declaration
public override int GetHashCode()
Returns
Type |
---|
System.Int32 |
Implements
System.IComparable