Click or drag to resize

DataExchangeUserObject Class

Klassen anvendes specifikt til import af users.
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 DataExchangeUserObject : DataExchangeObject

The DataExchangeUserObject type exposes the following members.

Constructors
  NameDescription
Public methodDataExchangeUserObject
Top
Properties
  NameDescription
Public propertyDisabled
Set if the user is disabled in LDAP
Public propertyFields
Collection of applicable fields
(Inherited from DataExchangeObject.)
Public propertyKeyValue
The property value of the key field.
(Inherited from DataExchangeObject.)
Public propertyMemberGroups
contains an entry for each LDAP group that the user is member of. Each group is provided on the for which it is presented in the directory. For instance CN=Some group,OU=Security Groups,OU=Organisation,DC=ajax,DC=com
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().
(Inherited from DataExchangeObject.)
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.
(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