Selerix Developer Tools
CancellationsMode Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : CancellationsMode Enumeration
Cancellations mode.
Syntax
'Declaration
 
Public Enum CancellationsMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CancellationsMode
public enum CancellationsMode = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum CancellationsMode extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum CancellationsMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class CancellationsMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
AllowEmployee2Allow employee to cancel.
AllowEnroller1Allow only enroller to cancel.
NotAllow3Not allowed.
NotSet0Not set.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.CancellationsMode

See Also

Reference

Selerix.BusinessObjects Namespace