Click or drag to resize

OmniTaskLogLine Class

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

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 OmniTaskLogLine : IDisposable

The OmniTaskLogLine type exposes the following members.

Constructors
  NameDescription
Public methodOmniTaskLogLine
Initializes a new instance of the OmniTaskLogLine class
Top
Properties
  NameDescription
Public propertyId
TaskLogLine Id
Public propertyModifyLocation
Last Location that modified the task
Public propertyModifyTime
Last Modified Time
Public propertyModifyUser
Last User that modified the task
Public propertyStatusFrom
Status of task before changees
Public propertyStatusTo
Status of task after changees
Public propertyTaskLineId
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the OmniTaskLogLine
Top
See Also