Class WorkerLogOnStatus
Status information about a worker log-on.
[DataContract]
public class WorkerLogOnStatus
- Inheritance
-
WorkerLogOnStatus
- Inherited Members
Properties
ExtensionData
Gets or sets the structure that contains extra data.
public virtual ExtensionDataObject ExtensionData { get; set; }
Property Value
ShiftDate
Gets or sets the shift date.
[DataMember]
public DateTime ShiftDate { get; set; }
Property Value
ShiftNumber
Gets or sets the shift number.
[DataMember]
public byte ShiftNumber { get; set; }
Property Value
Worker
Gets or sets the worker.
[DataMember(Order = 100)]
public Worker Worker { get; set; }
Property Value
WorkerStationId
Gets or sets the worker station identifier, for use in subsequent server calls.
[DataMember]
public int WorkerStationId { get; set; }
Property Value
Remarks
This value is also available via the WorkerId property of Worker. This exists for backward compatibility with older clients.