adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectChangeLog Class
Members


In This Topic
    ObjectChangeLog Class
    In This Topic
    Represents an audit or snapshot record in the change log
    Object Model
    ObjectChangeLog ClassOID ClassADTObject ClassSecurityLogin Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ObjectChangeLog 
       Inherits ObjectBase
    public sealed class ObjectChangeLog : ObjectBase 
    public ref class ObjectChangeLog sealed : public ObjectBase 
    Remarks

    ObjectChangeLog objects cannot be created by the client; they are created on the server in response to snapshot or audit events.

    An ObjectChangeLog record can represent:

    Use Scheduler.QueryChangeLog to retrieve change log records.

    For a record with a snapshot use Scheduler.GetSnapshotChanges to create a report of changes made or DataContext.ViewObjectFromSnapshot to retrieve an object from the snapshot for viewing.

    To retrieve all objects from a snapshot, use ImportExportFacility.SetSourceFromSnapshot and then perform an import to return the objects to the client.

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ObjectChangeLog

    See Also