AddCustomAuditData(Session, AuditDataItem)
|
|
BeginObjectsAudit(Session, ObjectAuditingMode, Object[])
|
Starts auditing the specified objects according to auditingMode.
|
BeginObjectsAudit(Session, Object[])
|
Starts auditing the specified objects in Full object auditing mode.
|
BeginSessionAudit(Session, AuditTrailStrategy, ObjectAuditingMode)
|
Starts auditing object changes made within the specified session.
|
BeginSessionAudit(Session, AuditTrailStrategy)
|
Starts auditing object changes made within the specified session.
|
Dispose()
|
|
EndSessionAudit(Session)
|
Stops auditing object changes made within the specified session.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetStrategy(Session)
|
Gets the audit strategy for the specified session.
|
GetType()
|
Gets the Type of the current instance.
|
IsSessionAudited(Session)
|
Indicates whether the Audit Trail Module audits object changes within the specified session.
|
ListenToObjectSpace(XPObjectSpace)
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SaveAuditData(Session)
|
Saves AuditDataItem objects to the database. Call this method when you add custom audit data to the log.
|
SetXPDictionaries(IList<XPDictionary>)
|
|
SetXPDictionary(XPDictionary)
|
|
ToString()
|
Returns a string that represents the current object.
|