C# Class PLC.ITDataBinder

This class will read a plc.xml file and turn it into a data model that can be used to build things. It basically provides something a little better than the plain old DOM interface.
Inheritance: PLCDataBinder
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
CreateLabel ( XmlReader reader ) : string
ITDataBinder ( PLCView aView ) : System

Method Details

CreateLabel() public method

public CreateLabel ( XmlReader reader ) : string
reader XmlReader
return string

ITDataBinder() public method

public ITDataBinder ( PLCView aView ) : System
aView PLCView
return System