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
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
CreateLabel ( XmlReader reader ) : string
ITDataBinder ( PLCView aView ) : System

Method Details

CreateLabel() public méthode

public CreateLabel ( XmlReader reader ) : string
reader XmlReader
Résultat string

ITDataBinder() public méthode

public ITDataBinder ( PLCView aView ) : System
aView PLCView
Résultat System