menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FieldInfo

    Show / Hide Table of Contents

    Class FieldInfo

    Gets the information about the PiovtFields.

    Inheritance
    System.Object
    FieldInfo
    Implements
    System.IComparable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
    Assembly: Syncfusion.XlsIO.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 Description
    System.String

    FieldType

    Gets and sets the field type.

    Declaration
    public FieldTypes FieldType { get; set; }
    Property Value
    Type Description
    FieldTypes

    Format

    Gets and sets the format of the field.

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Gets and sets the name of the field.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Returns the hash code for the given value.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    Implements

    System.IComparable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved