Click or drag to resize
IdmAttribute Methods

The IdmAttribute type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToBinaries
Convert the Values (strings) of an multi-valued attribute to binary, if the attribute is defined as Binary in Identity Manager
Public methodToBinary
Convert the Value (string) of an attribute to a binary value (byte[]), if the attribute is defined as binary in Identity Manager
Public methodToBool
Convert the Value (string) of an attribute to boolean, if the attribute is defined as a boolean in Identity Manager
Public methodToDateTime
Convert the Value (string) of an attribute to DateTime, if the attribute is defined as a DateTime object in Identity Manager
Public methodToDateTimes
Convert the Values (strings) of an multi-valued attribute to DateTime, if the attribute is defined as a DateTime in Identity Manager
Public methodToInteger
Convert the Value (string) of an attribute to a integer value if the attribute is defined as such in Identity Manager
Public methodToIntegers
Convert the Values (strings) of an multi-valued attribute to integers, if the attribute is defined as integer in Identity Manager
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also