Property | Type | Description | |
---|---|---|---|
DataTypeCheck | |||
NullOrOptionalCheck |
Method | Description | |
---|---|---|
CheckValue ( string value, int row, List |
|
|
ValidateValue ( object value, int row ) : List |
|
|
ValueValidationManager ( string name, string dataType, bool optional, DecimalCharacter decimalCharacter ) : System |
|
public CheckValue ( string value, int row, List |
||
value | string | |
row | int | |
errors | List |
|
return | object |
public ValidateValue ( object value, int row ) : List |
||
value | object | |
row | int | |
return | List |
public ValueValidationManager ( string name, string dataType, bool optional, DecimalCharacter decimalCharacter ) : System | ||
name | string | |
dataType | string | |
optional | bool | |
decimalCharacter | DecimalCharacter | |
return | System |
public DataTypeCheck,BExIS.IO.Transform.Validation.ValueCheck DataTypeCheck | ||
return |