Click or drag to resize

AttributeDefinition Class

Representation of an attribute data object.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.ModelAttributeDefinition

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class AttributeDefinition

The AttributeDefinition type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAggregateFunction
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.
Public propertyAttributeProperty
Public propertyDataObject
The attribute data object.
Public propertyDataType Obsolete.
DataType is derrived from the attribute data object's definition property.
Public propertyDisplayName
Display name of the attribute data object. If Display name is not filled, the display name of the definition property is used.
Public propertyId
Id of the attribute data object.
Public propertyIsHidden
Public propertyIsRequired
Public propertyName
Name of the attribute data object.
Public propertyProperty Obsolete.
System name of the definition property.
Public propertyPropertyType Obsolete.
Public propertyUId
UId of the attribute data object
Top
Methods
  NameDescription
Public methodStatic memberConvertToAggregateFunction
Public methodToString
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also