FieldBase Class |
Namespace: FileHelpers
The FieldBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArrayMaxLength |
Array may have this many entries, if equal to ArrayMinLength then
it is a fixed length array
|
![]() | ArrayMinLength |
Array must have this many entries
|
![]() | Converter |
Provider to convert to and from text
|
![]() | Discarded |
Do we process this field but not store the value
|
![]() | FieldType |
type of object to be created, eg DateTime
|
![]() | IsArray |
Is this field an array?
|
![]() | IsNotEmpty |
The field must be not be empty
|
![]() | IsOptional |
The field may not be present on the input data (line not long enough)
|
![]() | TrimMode |
indicates whether we trim leading and/or trailing whitespace
|
Name | Description | |
---|---|---|
![]() ![]() | CreateField |
Check the Attributes on the field and return a structure containing
the settings for this file.
|
![]() | CreateValueForField |
Convert a field value into a write able value
|