Search Results for

    Show / Hide Table of Contents

    Class SerializableRow

    A serializable representation of a row of data from a DataTableBase.

    Inheritance
    System.Object
    SerializableRow
    Namespace: GDX.DataTables.DataBinding
    Syntax
    [Serializable]
    public class SerializableRow

    Constructors

    | Improve this Doc View Source

    SerializableRow(Int32)

    Create a new serializable row.

    Declaration
    public SerializableRow(int columns)
    Parameters
    Type Name Description
    System.Int32 columns

    The number of columns in that row.

    Fields

    | Improve this Doc View Source

    Data

    The row's data.

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

    Identifier

    The unique row identifier.

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

    Name

    The row's user-friendly name.

    Declaration
    public string Name
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.