PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class Auditor |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class Auditor |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
AddEntry |
Adds an audit entry, where an entry consists of an audit event record and a first audit object record.
|
|
AddEvent |
Adds an audit event record, likely to be completed with one or more audit object records.
|
|
AddObject |
Adds an audit object to an existing audit event.
|
|
Equals | (Inherited from Object.) | |
GetEntry |
Returns the formatted string describing the audit entry consisting of an audit event and audit object.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Data Namespace