Click or drag to resize

OmniTaskLog Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.OmniTasksOmniTaskLog

Namespace:  LSRetail.Omni.Domain.DataModel.Base.OmniTasks
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public class OmniTaskLog : IDisposable

The OmniTaskLog type exposes the following members.

Constructors
  NameDescription
Public methodOmniTaskLog
Initializes a new instance of the OmniTaskLog class
Top
Properties
  NameDescription
Public propertyAssignUserFrom
User assigned to task before changes
Public propertyAssignUserTo
User assigned to task after changes
Public propertyId
TaskLog Id
Public propertyModifyLocation
Last Location that modified the task
Public propertyModifyTime
Public propertyModifyUser
Last User that modified the task
Public propertyRequestUserFrom
Old User that requested the task
Public propertyRequestUserTo
New User that requested the task
Public propertyStatusFrom
Status of task before changees
Public propertyStatusTo
Status of task after changees
Public propertyTaskId
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the OmniTaskLog
Top
See Also