adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Option Class
Properties Methods

In This Topic
    Option Class Members
    In This Topic

    The following tables list the members exposed by Option.

    Public Properties
     NameDescription
    Public PropertyOverridden.  The key name for the class. The key name for the class.  
    Public Property Returns a descriptive name for the class suitable for display to users. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property Indicates whether the option has a value set  
    Public Property Indicates whether the object is a dependent of (owned by) another object (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property Indicates whether the object is dirty (modified or new since last save). (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property Indicates whether the object is new (has never been saved). (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public PropertyOverridden.  Indicates whether this object is read-only. Indicates whether the option is read-only.  
    Public Property Indicates whether the object is a stub. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property The name of the option  
    Public Property The type of the option  
    Public Property The value of the option  
    Public PropertyGet the parent of this object. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property The data type of the option's value  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Creates an undo snapshot for the object graph. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public MethodOverloaded.  Commits the current changes, discarding the latest undo snapshot. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Method Gets a user-friendly description of the object's key settings. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public MethodOverloaded. Attempts to return the value as a bool.  
    Public Method Attempts to return the value as a DateTime.  
    Public MethodOverloaded. Attempts to return the value as an int.  
    Public MethodOverloaded. Sets a new value for the option  
    Public MethodOverloaded. Reverts to the previous undo snapshot created by BeginEdit. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public MethodOverridden.  Writes the object and any contained objects to a configuration report Writes the object and any contained objects to a configuration report  
    Top
    See Also