Click or drag to resize

IOpsContextExtender Interface

Extends the properties on OpsContext

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public interface IOpsContextExtender

The IOpsContextExtender type exposes the following members.

Properties
  NameDescription
Public propertyIsActive
Is the feature active? If not, UpdateData() will not be called.
Top
Methods
  NameDescription
Public methodUpdateData
Update properties.
Top
See Also