C# Class GSF.COMTRADE.AnalogChannel

Represents an analog channel definition of the Schema.
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode Description
AnalogChannel ( ) : System

Creates a new instance of the AnalogChannel.

AnalogChannel ( string lineImage ) : System

Creates a new instance of the AnalogChannel from an existing line image.

ToString ( ) : string

Converts AnalogChannel to its string format.

Method Details

AnalogChannel() public méthode

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

AnalogChannel() public méthode

Creates a new instance of the AnalogChannel from an existing line image.
public AnalogChannel ( string lineImage ) : System
lineImage string Line image to parse.
Résultat System

ToString() public méthode

Converts AnalogChannel to its string format.
public ToString ( ) : string
Résultat string