Struct RowDescription
A description of a row in a DataTableBase.
Namespace: GDX.DataTables
Syntax
public struct RowDescription
Fields
| Improve this Doc View SourceIdentifier
The unique identifier for the row.
Declaration
public int Identifier
Field Value
Type | Description |
---|---|
System.Int32 |
Name
The given name of the row.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
SortOrder
The current sort order.
Declaration
public int SortOrder
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceToString()
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()