C# Class GSF.COMTRADE.Schema

Represents the schema for a configuration file in the COMTRADE file standard, IEEE Std C37.111-1999.
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Schema() public méthode

Creates a new instance of the Schema.
public Schema ( ) : System
Résultat System

Schema() public méthode

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.
Résultat System