IEditSessionSetJournalEventAttribute Method |
Sets attribute for journal event.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid SetJournalEventAttribute(
string attributeName,
string value,
INewJournalEventStub journalEvent
)
Parameters
- attributeName
- Type: SystemString
Attribute name. Max length - 255 chars. - value
- Type: SystemString
Attribute value. Max length - 1000 chars. - journalEvent
- Type: Resto.Front.Api.Editors.StubsINewJournalEventStub
Journal event.
See Also