AttributeProperty Class |
Namespace: Omada.OE.Model
public class AttributeProperty
The AttributeProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeProperty |
| Name | Description | |
|---|---|---|
| BoolFalseValue |
Value to use as false when the property is a boolean.
Can be null
| |
| BoolTrueValue |
Value to use as true when the property is a boolean.
Can be null.
| |
| ControlType | ||
| DataType |
DataType is derrived from the attribute data object's definition property.
| |
| MaximumLength |
Maximum length as defined on the property definition.
| |
| MinimumLength |
Minimum length as defined on the property.
Only applicable for Value integer properties
| |
| Name | ||
| PropertyType | ||
| SupportsMultipleValues |
Only relevant for Set and Reference properties.
| |
| SystemName | ||
| ValidationDescription |
Validation description as defined on the property.
Only applicable for value text properties.
Can be null.
| |
| ValidationRegEx |
Validation regular expression as defined on the property.
Only applicable for value text properties.
|
| 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.) |