Click or drag to resize
IdmAttribute Class
Represents an individual Identity Manager resource's attribute and value
Inheritance Hierarchy
SystemObject
  IdmNet.ModelsIdmAttribute

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public class IdmAttribute

The IdmAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIdmAttribute
Parameterless Constructor
Top
Properties
  NameDescription
Public propertyName
Attribute name
Public propertyValue
Makes the native multi-valued nature of the Attribute look like a single-valued attribute
Public propertyValues
List of values for this attribute
Top
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