C# Класс GSF.COMTRADE.Schema

Represents the schema for a configuration file in the COMTRADE file standard, IEEE Std C37.111-1999.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Schema ( ) : System

Creates a new instance of the Schema.

Schema ( string fileName ) : System

Creates a new instance of the Schema from an existing configuration file name.

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

Schema() публичный метод

Creates a new instance of the Schema.
public Schema ( ) : System
Результат System

Schema() публичный метод

Creates a new instance of the Schema from an existing configuration file name.
public Schema ( string fileName ) : System
fileName string File name of configuration file to parse.
Результат System