Click or drag to resize

AccountInfo Class

Model class for an Account type and account name for an identity
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.ModelAccountInfo

Namespace:  Omada.OE.Solution.OIM.AppLogic.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class AccountInfo

The AccountInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAccountName
Account name for an identity Can be null if the identity doesn't have an account for the type
Public propertyAccountSystemId
System id of the account. Is 0 if AccountName is null or empty
Public propertyAccountSystemName
Display name of the system of the account. Is null if AccountName is null
Public propertyAccountTypeDisplayName
Display name of an account type data object
Public propertyAccountTypeId
Integer id of an account type data object
Public propertyIdentityId
Integer id of an identity data object Can be 0 if the identity doesn't have an account for the type
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
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