Click or drag to resize

DataExchangeObject Class

Models the exchange of a particular data object for import/export.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataExchangeObject
    Omada.OE.ModelDataExchangeUserObject

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class DataExchangeObject

The DataExchangeObject type exposes the following members.

Constructors
  NameDescription
Public methodDataExchangeObject
Top
Properties
  NameDescription
Public propertyFields
Collection of applicable fields
Public propertyKeyValue
The property value of the key field.
Public propertySortKey
SortKey is used to control in which order objects are imported into OIM. SortKey is assigned in DataExchangeController.GetLDAPObjects(). SortKey is used in DataExchangeObjects.GetKeyGroupedCollections().
Top
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.
Public methodPassesFilter
Returns true if the object can pass the provided filter
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