Selerix Developer Tools
CustomFieldScope Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : CustomFieldScope Enumeration
List of Custom Field Scopes
Syntax
'Declaration
 
Public Enum CustomFieldScope 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CustomFieldScope
public enum CustomFieldScope = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum CustomFieldScope extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum CustomFieldScope : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class CustomFieldScope : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Coverage3Coverage level custom field
Employee1Employee level custom field
Person2Person level custom field
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.CustomFieldScope

See Also

Reference

Selerix.BusinessObjects Namespace