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

In This Topic
    ObjectChangeLog Class Members
    In This Topic

    The following tables list the members exposed by ObjectChangeLog.

    Public Properties
     NameDescription
    Public Property Indicates the type of change being recorded  
    Public PropertyGets the text description of the ChangeType.  
    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 Comments recorded with the event.  
    Public PropertyThe text type of the Comments  
    Public Property If this is a Deletion record, contains the description of the deleted object.  
    Public Property Indicates whether there is a snapshot associated with this record  
    Public Property Indicates whether this record represents an automatic export.  
    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 this is a full-system snapshot (rather than a snapshot of a single object).  
    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 Property A description of the affected object.  
    Public Property The OID of the object associated with this record  
    Public PropertyGet the parent of this object. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property The unique id of this record  
    Public PropertyThe SecurityLogin of the user associated with this record  
    Public Property The date/time (in UTC) the snapshot (if any) expires  
    Public Property The label applied for a snapshot.  
    Public PropertyThe ADTObject.ClassID ClassID of the affected object.  
    Public PropertyThe ObjectBase.ClassName of the affected object.  
    Public Property The date/time the record was recorded  
    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 Method Gets a description of the snapshot, if any  
    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