SheduledAuditEvent

Assembly: Fore;

Description

The SheduledAuditEvent class is used to work with the system event, on occurring of which the task is executed.

Constructors

  Constructor name Brief description
Create The Create constructor creates a system event with specified settings.

Class properties inherited from ISheduledAuditEvent

  Property name Brief description
ClassId The ClassId property determines identifier of repository object type.
ObjectId The ObjectId property determines repository object identifier.
ObjectKey The ObjectKey property determines key of repository object.
Operation The Operation property determines the operation, executing of which generates an event.
Result The Result property determines task execution result, on which an event is generated.
Station The Station station property determines the workstation used to generate an event.
UserName The UserName property determines the repository user who generates an event.
UserNameOS The UserNameOS property determines the operating system user who generates an event.

Class methods inherited from ISheduledAuditEvent

  Method name Brief description
Invoke The Invoke method generates the task event.

See also:

Fore Assembly Classes