Click or drag to resize

IOperationDataContext Interface

Helper to store operation data. If the operation fails and the user cancels operation in popup dialog, the data is cleared

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface IOperationDataContext

The IOperationDataContext type exposes the following members.

Methods
 NameDescription
Public methodGetCustomData Return custom serialized data
Public methodSetCustomData Set custom serialized data
Top
See Also