DXAttribute | |
| Name | Description | |
|---|---|---|
| GetValueOrDefault(DXAttributeType) | Gets the value of the specified attributeType as object or null if the specified attributeType is not set. | |
| GetValueOrDefaultT(DXAttributeType) | Gets the value of the specified attributeType or a default value if the specified type T if the attributeType was not set. | |
| GetValueOrDefaultT(DXAttributeType, T) | Gets the value of the specified attributeType or a defaultValue if the specified type T if the attributeType was not set. |