Click or drag to resize

DataExchangeUserObject Methods

The DataExchangeUserObject type exposes the following members.

Methods
  NameDescription
Public methodGetFieldValue
Returns the string value of a field. If the field is not found or its value is null, the empty string is returned.
(Inherited from DataExchangeObject.)
Public methodPassesFilter
Returns true if the object can pass the provided filter
(Inherited from DataExchangeObject.)
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
See Also