Instance Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > Instance Class >

Instance Constructor

Constructor for creating an Instance object with the given XElement document.

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

 

Syntax


public Instance(
 XElement doc
)

Parameters

doc

Type: XElement
The XElement document to initialize the Instance object with.

 

See Also


Instance Class

BNCS Namespace