RateParamState Enum
Syntax
Members
Member | Value | Description |
BuiltIn | 3 | BuiltIn - included in benefits, included in cost - not displayed. |
Disabled | 1 | Disabled |
Enabled | 2 | Enabled - editable, |
NotSet | 0 | NotSet |
PreSelected | 5 | Parameter is enabled and selected by default |
ReadOnly | 4 | ReadOnly - displayed, checked, included, not editable. |
ReadOnlyCostsBuiltin | 7 | Readonly - displayed, checked, included, not editable, and the costs are not displayed. |
ReadOnlyWithOption | 6 | ReadOnly with option |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Selerix.BusinessObjects.RateParamState
See Also