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 The type of change that was 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 The comments entered by the user when the change was recorded.  
    Public PropertyThe ArcanaDevelopment.adTempus.Shared.TextType for the Comments.  
    Public Property Indicates whether this record has a snapshot.  
    Public Property Indicates whether this was an automatically-created export.  
    Public Property Indicates whether the object is a dependent of (owned by) another object (Inherited from ObjectBase)
    Public Property Indicates whether the object is dirty (modified or new since last save). (Inherited from 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 ObjectBase)
    Public Property Indicates whether this object is read-only. (Inherited from ObjectBase)
    Public Property Indicates whether the object is a stub. (Inherited from ObjectBase)
    Public Property Indicates whether this record was system-generated.  
    Public Property Description of the object that this record applies to.  
    Public PropertyThe OID of the object this record applies to.  
    Public PropertyGet the parent of this object. (Inherited from ObjectBase)
    Public Property The unique ID for this record.  
    Public Property The date/time when the snapshot (if any) expires.  
    Public Property The label applied for a snapshot.  
    Public PropertyThe ADTObject.ClassID ClassID of the affected object.  
    Public PropertyThe ClassName of the affected object.  
    Public Property The date/time the record was recorded  
    Public Property The name of the user who made the change.  
    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 ObjectBase)
    Public Method Gets a user-friendly description of the object. (Inherited from ObjectBase)
    Public MethodGets a user-friendly description of the object, including the ClassName. (Inherited from ObjectBase)
    Public Method Gets a description of the snapshot, if any  
    Public MethodOverloaded. Reverts to the previous undo snapshot created by BeginEdit. (Inherited from 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
    Extension Methods
     NameDescription
    Public Extension Method
    Top
    See Also