Table of Contents

Class WorkerLogOnStatus

Namespace
Acuit.Pinpoint.Client2
Assembly
Acuit.Pinpoint.Client2.dll

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

ExtensionDataObject

ShiftDate

Gets or sets the shift date.

[DataMember]
public DateTime ShiftDate { get; set; }

Property Value

DateTime

ShiftNumber

Gets or sets the shift number.

[DataMember]
public byte ShiftNumber { get; set; }

Property Value

byte

Worker

Gets or sets the worker.

[DataMember(Order = 100)]
public Worker Worker { get; set; }

Property Value

Worker

WorkerStationId

Gets or sets the worker station identifier, for use in subsequent server calls.

[DataMember]
public int WorkerStationId { get; set; }

Property Value

int

Remarks

This value is also available via the WorkerId property of Worker. This exists for backward compatibility with older clients.