DataExchangeUserObject Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class DataExchangeUserObject : DataExchangeObject
The DataExchangeUserObject type exposes the following members.
| Name | Description | |
|---|---|---|
| DataExchangeUserObject |
| Name | Description | |
|---|---|---|
| Disabled |
Set if the user is disabled in LDAP
| |
| Fields |
Collection of applicable fields
(Inherited from DataExchangeObject.) | |
| KeyValue |
The property value of the key field.
(Inherited from DataExchangeObject.) | |
| MemberGroups |
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
| |
| SortKey |
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.) |
| Name | Description | |
|---|---|---|
| GetFieldValue |
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.) | |
| PassesFilter |
Returns true if the object can pass the provided filter
(Inherited from DataExchangeObject.) |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |