Click or drag to resize

Schema(String, Boolean) Constructor

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

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.181-beta
Syntax
public Schema(
	string fileName,
	bool useRelaxedValidation
)
View Source

Parameters

fileName  String
File name of configuration file to parse.
useRelaxedValidation  Boolean
Indicates whether to relax validation on the number of line image elements.
See Also