Workstation Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > Workstation Class >

Workstation Constructor

Constructor for Workstation class that initializes a new instance of Workstation with the provided XElement objects.

Namespace: BNCS
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public Workstation(
 XElement wsDoc,
 XElement settingsDoc
)

Parameters

wsDoc

Type: XElement
The XElement object containing workstation documentation.

settingsDoc

Type: XElement
The XElement object containing workstation settings documentation.

 

See Also


Workstation Class

BNCS Namespace