Click or drag to resize

IAttributeValue Interface

Represents an attribute and its value(s) for a role assignment.

Namespace:  Omada.OE.Solution.OIM.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface IAttributeValue

The IAttributeValue type exposes the following members.

Properties
  NameDescription
Public propertyAttributeId
Data object id of the attribute.
Public propertyDataType
Data type of the attribute.
Public propertyName
Name of the attribute. Name is always in upper-case.
Public propertyValues
Values of the attribute.
Top
Methods
  NameDescription
Public methodAddValue
Adds a value for the attribute.
Public methodClearValues
Public methodContainsValue
Returns whether the attribute already contains a specified value.
Public methodRemoveValue
Removes a value for the attribute.
Top
See Also