Table of Contents

Class WorkersSettings

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

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

bool

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

bool

IsTypedBadgeNumberAllowed

Gets or sets whether to allow the badge number to be typed.

[DataMember]
public bool IsTypedBadgeNumberAllowed { get; set; }

Property Value

bool

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.