Search Results for

    Show / Hide Table of Contents

    Struct RowDescription

    A description of a row in a DataTableBase.

    Namespace: GDX.DataTables
    Syntax
    public struct RowDescription

    Fields

    | Improve this Doc View Source

    Identifier

    The unique identifier for the row.

    Declaration
    public int Identifier
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Name

    The given name of the row.

    Declaration
    public string Name
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    SortOrder

    The current sort order.

    Declaration
    public int SortOrder
    Field Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    ToString()

    Generates a custom string based on the row.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A user-friendly string representation of the RowDescription.

    Overrides
    System.ValueType.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.