Click or drag to resize

AttributeProperty Class

Simple representation of a property on an attribute data object.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAttributeProperty

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class AttributeProperty

The AttributeProperty type exposes the following members.

Constructors
  NameDescription
Public methodAttributeProperty
Top
Properties
  NameDescription
Public propertyBoolFalseValue
Value to use as false when the property is a boolean. Can be null
Public propertyBoolTrueValue
Value to use as true when the property is a boolean. Can be null.
Public propertyControlType
Public propertyDataType
DataType is derrived from the attribute data object's definition property.
Public propertyMaximumLength
Maximum length as defined on the property definition.
Public propertyMinimumLength
Minimum length as defined on the property. Only applicable for Value integer properties
Public propertyName
Public propertyPropertyType
Public propertySupportsMultipleValues
Only relevant for Set and Reference properties.
Public propertySystemName
Public propertyValidationDescription
Validation description as defined on the property. Only applicable for value text properties. Can be null.
Public propertyValidationRegEx
Validation regular expression as defined on the property. Only applicable for value text properties.
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