C# Класс 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.
Наследование: PLCDataBinder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateLabel ( XmlReader reader ) : string
ITDataBinder ( PLCView aView ) : System

Описание методов

CreateLabel() публичный Метод

public CreateLabel ( XmlReader reader ) : string
reader XmlReader
Результат string

ITDataBinder() публичный Метод

public ITDataBinder ( PLCView aView ) : System
aView PLCView
Результат System