Datas Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > Datas Class >

Datas Constructor

Constructor for Datas class that initializes the doc property with the provided XElement, initializes the datas dictionary, and calls the BuildDatas method to populate the dictionary.

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

 

Syntax


public Datas(
 XElement doc
)

Parameters

doc

Type: XElement
The XElement object to be assigned to the doc property

 

See Also


Datas Class

BNCS Namespace