C# 클래스 GSF.COMTRADE.Schema

Represents the schema for a configuration file in the COMTRADE file standard, IEEE Std C37.111-1999.
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
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