Table of Contents

Class LineSwitchFault

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

A fault indicating that a line switch must occur to scan a unit.

[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Services")]
public class LineSwitchFault
Inheritance
LineSwitchFault
Inherited Members

Constructors

LineSwitchFault(string)

Initializes a new instance of the LineSwitchFault class.

public LineSwitchFault(string lineName)

Parameters

lineName string

The name of the line that contains the unit.

Exceptions

ArgumentNullException

lineName is null.

Properties

LineName

Gets the name of the line that contains the unit.

[DataMember]
public string LineName { get; }

Property Value

string