Class WorkersSettings
Worker logon configuration settings that apply to an entire line.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class WorkersSettings
- Inheritance
-
WorkersSettings
- Inherited Members
Constructors
WorkersSettings()
public WorkersSettings()
Properties
IsBadgeNumberRequired
Gets or sets whether to prompt for and require the worker badge number to be scanned or typed when a worker logs on at a station.
[DataMember]
public bool IsBadgeNumberRequired { get; set; }
Property Value
IsPasswordRequired
Gets or sets whether to prompt for and require the worker password to be scanned or typed when a worker logs on at a station.
[DataMember]
public bool IsPasswordRequired { get; set; }
Property Value
IsTypedBadgeNumberAllowed
Gets or sets whether to allow the badge number to be typed.
[DataMember]
public bool IsTypedBadgeNumberAllowed { get; set; }
Property Value
Remarks
When the badge number is being prompted for, this controls whether a "Type" button will be visible, allowing it to be typed instead of scanned.