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 SourceSerializableRow(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 SourceData
The row's data.
Declaration
public string[] Data
Field Value
| Type | Description |
|---|---|
| System.String[] |
Identifier
The unique row identifier.
Declaration
public int Identifier
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
The row's user-friendly name.
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| System.String |