Click or drag to resize

OpsActivityLogEntry Class

An entry in the Ops Activity Log.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsActivityLogEntry

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

The OpsActivityLogEntry type exposes the following members.

Constructors
  NameDescription
Public methodOpsActivityLogEntry
Initializes a new instance of the OpsActivityLogEntry class
Top
Fields
  NameDescription
Public fieldCheckGuid
Unique check identifier.
Public fieldEmployeeID
Signed in employee ID at time of log entry.
Public fieldEntrySubType
Sub-type of log entry.
Public fieldEntryType
Type of log entry.
Public fieldRevCtrID
Revenue center ID.
Public fieldText
Text to be logged.
Public fieldTimeStamp
Date and time of log entry.
Top
See Also