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

In This Topic
    ClassOption Class Members
    In This Topic

    The following tables list the members exposed by ClassOption.

    Public Properties
     NameDescription
    Public Property The retention period for audit records.  
    Public Property The ChangeLog rule to apply when objects are created.  
    Public Property The ChangeLog rule to apply when objects are deleted.  
    Public Property The ChangeLog rule to apply when objects are enabled or disabled (released or held).  
    Public Property The ChangeLog rule to apply when objects are modified.  
    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 The retention period for deleted objects.  
    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 Property Indicates whether this object is read-only. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property Indicates whether the object is a stub. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public PropertyGet the parent of this object. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property Rule determines how long Snapshot records are retained.  
    Public Property The retention period for Snapshot records.  
    Public Property The Snapshot rule to apply when objects are deleted.  
    Public Property The Snapshot rule to apply when objects are modified.  
    Public Property The class to which these settings apply.  
    Public Property Gets the name of the class to which the settings apply.  
    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. Reverts to the previous undo snapshot created by ObjectBase.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