Property | Type | Description | |
---|---|---|---|
FormatValues | string[] | ||
ParseValues | object[] |
Method | Description | |
---|---|---|
AddColumn ( IColumnDefinition definition, |
Adds a column to the schema, using the given definition to define it.
|
|
FixedLengthSchema ( ) : System |
Initializes a new instance of a FixedLengthSchema.
|
Method | Description | |
---|---|---|
FormatValues ( object values ) : string[] |
Formats the given values assuming that they are in the same order as the column definitions.
|
|
ParseValues ( string values ) : object[] |
Parses the given values assuming that they are in the same order as the column definitions.
|
public AddColumn ( IColumnDefinition definition, |
||
definition | IColumnDefinition | The definition of the column to add. |
window | Describes the column | |
return |