IdmAttribute Methods |
The IdmAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToBinaries |
Convert the Values (strings) of an multi-valued attribute to binary, if the attribute is defined as Binary
in Identity Manager
|
![]() | ToBinary |
Convert the Value (string) of an attribute to a binary value (byte[]), if the attribute is defined as
binary in Identity Manager
|
![]() | ToBool |
Convert the Value (string) of an attribute to boolean, if the attribute is defined as a boolean
in Identity Manager
|
![]() | ToDateTime |
Convert the Value (string) of an attribute to DateTime, if the attribute is defined as a DateTime object
in Identity Manager
|
![]() | ToDateTimes |
Convert the Values (strings) of an multi-valued attribute to DateTime, if the attribute is defined as a DateTime
in Identity Manager
|
![]() | ToInteger |
Convert the Value (string) of an attribute to a integer value if the attribute is defined as such in
Identity Manager
|
![]() | ToIntegers |
Convert the Values (strings) of an multi-valued attribute to integers, if the attribute is defined as
integer in Identity Manager
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |