Assembly: Fore;
Namespace: Prognoz.Platform.Interop.KeFore;
The SheduledAuditEvent class is used to work with the system event, on occurring of which the task is executed.
Class to get analog of the SheduledAuditEvent class:
None;
Class to get analog of the SheduledAuditEvent class object:
SheduledAuditEventClass;
Constructor name | Brief description | |
Create | The Create constructor creates a system event with specified settings. |
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. |
Method name | Brief description | |
Invoke | The Invoke method generates the task event. |
See also: