Selerix Developer Tools
InterfaceOption Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : InterfaceOption Enumeration
Mode of current accessibility to an object.
Syntax
'Declaration
 
Public Enum InterfaceOption 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As InterfaceOption
public enum InterfaceOption = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum InterfaceOption extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum InterfaceOption : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class InterfaceOption : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
NotShown1Will not be visible on user interface.
Optional3Optional. The field is optional.
ReadOnly5Read only. The field is read-only.
Required2Will be required. The field is required.
RequiredIfNew4Required only if new person. The field is required only if the applicant is a new person.
Unknown0Unknown. The field is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.InterfaceOption

See Also

Reference

Selerix.BusinessObjects Namespace