Mode of current accessibility to an object.
Syntax
Members
Member | Value | Description |
NotShown | 1 | Will not be visible on user interface. |
Optional | 3 | Optional. The field is optional. |
ReadOnly | 5 | Read only. The field is read-only. |
Required | 2 | Will be required. The field is required. |
RequiredIfNew | 4 | Required only if new person. The field is required only if the applicant is a new person. |
Unknown | 0 | Unknown. The field is unknown. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Selerix.BusinessObjects.InterfaceOption
See Also