IAttributeValue Interface |
Namespace: Omada.OE.Solution.OIM.Model.Public
public interface IAttributeValue
The IAttributeValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttributeId |
Data object id of the attribute.
|
![]() | DataType |
Data type of the attribute.
|
![]() | Name |
Name of the attribute.
Name is always in upper-case.
|
![]() | Values |
Values of the attribute.
|
Name | Description | |
---|---|---|
![]() | AddValue |
Adds a value for the attribute.
|
![]() | ClearValues | |
![]() | ContainsValue |
Returns whether the attribute already contains a specified value.
|
![]() | RemoveValue |
Removes a value for the attribute.
|