Click or drag to resize

DataExchangeTextFileConfiguration Methods

The DataExchangeTextFileConfiguration type exposes the following members.

Methods
  NameDescription
Public methodFieldMapContainsKeyField
Returns true if the configuration's keyfield is present in the configuration's fieldmap.
(Inherited from DataExchangeConfigurationBase.)
Public methodGetSeparatorChar
Returns the configured field separator
Public methodRemoveInvalidFields
Removes fields from fields collection which are not available in the provided DataObjectType
(Inherited from DataExchangeConfigurationBase.)
Public methodValidate
Validates that the configuration is in a valid state (to be executed). Returns true if it is. If method returns false then 'message' will contain a description of the problem.
(Inherited from DataExchangeConfigurationBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also