C# Class GSF.PhasorProtocols.Anonymous.PhasorDefinition

Inheritance: PhasorDefinitionBase
Datei anzeigen Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
PhasorDefinition ( ConfigurationCell parent, string label, uint scale, PhasorType type, PhasorDefinition voltageReference ) : System

Creates a new PhasorDefinition from specified parameters.

Protected Methods

Method Description
PhasorDefinition ( SerializationInfo info, StreamingContext context ) : System

Creates a new PhasorDefinition from serialization parameters.

Method Details

PhasorDefinition() public method

Creates a new PhasorDefinition from specified parameters.
public PhasorDefinition ( ConfigurationCell parent, string label, uint scale, PhasorType type, PhasorDefinition voltageReference ) : System
parent ConfigurationCell The parent of this .
label string The label of this .
scale uint The integer scaling value of this .
type PhasorType The of this .
voltageReference PhasorDefinition The associated that represents the voltage reference (if any).
return System

PhasorDefinition() protected method

Creates a new PhasorDefinition from serialization parameters.
protected PhasorDefinition ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The with populated with data.
context System.Runtime.Serialization.StreamingContext The source for this deserialization.
return System