Quantum 3
3.0.9
Attribute used to mark a field as read-only. More...
Public Member Functions | |
| ReadOnlyAttribute () | |
Properties | |
| bool | InEditMode = true [get, set] |
| Should the field be read-only in edit mode? More... | |
| bool | InPlayMode = true [get, set] |
| Should the field be read-only in play mode? More... | |
Additional Inherited Members | |
Static Public Attributes inherited from Quantum.DecoratingPropertyAttribute | |
| const int | DefaultOrder = -10000 |
| The default order of the attribute. More... | |
Protected Member Functions inherited from Quantum.DecoratingPropertyAttribute | |
| DecoratingPropertyAttribute (bool applyToCollection=false) | |
| Initializes a new instance with the default order. More... | |
| DecoratingPropertyAttribute (int order, bool applyToCollection=false) | |
| Initializes a new instance with the specified order. More... | |
Attribute used to mark a field as read-only.
|
getset |
Should the field be read-only in play mode?
|
getset |
Should the field be read-only in edit mode?