AttributeDefinition Class |
Namespace: Omada.OE.Solution.OIM.Model
[SerializableAttribute] public class AttributeDefinition
The AttributeDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeDefinition |
ONLY FOR USE IN UNIT TESTS!
| |
| AttributeDefinition(DataObject, BaseProperty) |
| Name | Description | |
|---|---|---|
| AggregateFunction |
Agregate function stated on the attribute data object.
Only attributes where the definition property is a value property w. datatype int, decimal, datetime or boolean can have an aggregate function.
| |
| AttributeProperty | ||
| DataObject |
The attribute data object.
| |
| DataType | Obsolete.
DataType is derrived from the attribute data object's definition property.
| |
| DisplayName |
Display name of the attribute data object.
If Display name is not filled, the display name of the definition property is used.
| |
| Id |
Id of the attribute data object.
| |
| IsHidden | ||
| IsRequired | ||
| Name |
Name of the attribute data object.
| |
| Property | Obsolete.
System name of the definition property.
| |
| PropertyType | Obsolete. | |
| UId |
UId of the attribute data object
|
| Name | Description | |
|---|---|---|
| ConvertToAggregateFunction | ||
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |