AccountInfo Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.Model
public class AccountInfo
The AccountInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountInfo(Int32, String) | ||
| AccountInfo(Int32, String, String, String, Int32, Int32) |
| Name | Description | |
|---|---|---|
| AccountName |
Account name for an identity
Can be null if the identity doesn't have an account for the type
| |
| AccountSystemId |
System id of the account.
Is 0 if AccountName is null or empty
| |
| AccountSystemName |
Display name of the system of the account.
Is null if AccountName is null
| |
| AccountTypeDisplayName |
Display name of an account type data object
| |
| AccountTypeId |
Integer id of an account type data object
| |
| IdentityId |
Integer id of an identity data object
Can be 0 if the identity doesn't have an account for the type
|
| Name | Description | |
|---|---|---|
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
| 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.) |