IEditSessionCreateJournalEvent Method |
Creates new journal event.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax INewJournalEventStub CreateJournalEvent(
string sender,
Severity severity,
string eventType,
DateTime? dateTime = null
)
Parameters
- sender
- Type: SystemString
Sender of new journal event. Max length - 255 chars. - severity
- Type: Resto.Front.Api.Data.JournalEventsSeverity
Severity of new journal event. - eventType
- Type: SystemString
Event type of new journal event. Max length - 255 chars. - dateTime (Optional)
- Type: SystemNullableDateTime
Date and time of new journal event. You can leave it unspecified to use current date and time.
Return Value
Type:
INewJournalEventStubSee Also