adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OptionType Enumeration


In This Topic
    OptionType Enumeration
    In This Topic
    Controls the visibility of Option entities.
    Syntax
    'Declaration
     
    
    <SmartAssembly.Attributes.DoNotPruneTypeAttribute()>
    <SmartAssembly.Attributes.DoNotObfuscateTypeAttribute()>
    Public Enum OptionType 
       Inherits System.Enum
    [SmartAssembly.Attributes.DoNotPruneType()]
    [SmartAssembly.Attributes.DoNotObfuscateType()]
    public enum OptionType : System.Enum 
    [SmartAssembly.Attributes.DoNotPruneType()]
    [SmartAssembly.Attributes.DoNotObfuscateType()]
    public enum class OptionType : public System.Enum 
    Members
    MemberValueDescription
    Internal0 The option is for internal use by adTempus and is not sent to the Client.
    ReadOnly2 The option is sent to the client but cannot be updated.
    ReadWrite1 The option is sent to the client and can be updated by users with appropriate permissions.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.OptionType

    See Also