C# 클래스 GSF.PhasorProtocols.BPAPDCstream.PhasorDefinition

상속: PhasorDefinitionBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConfigFileFormat string
CreateNewDefinition IPhasorDefinition
CustomConversionFactor double

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Populates a SerializationInfo with the data needed to serialize the target object.

PhasorDefinition ( GSF.PhasorProtocols.BPAPDCstream.ConfigurationCell parent, int index, string entryValue ) : System

Creates a new PhasorDefinition from specified parameters.

PhasorDefinition ( GSF.PhasorProtocols.BPAPDCstream.ConfigurationCell parent, string label, uint scale, double offset, PhasorType type, PhasorDefinition voltageReference ) : System

Creates a new PhasorDefinition from specified parameters.

PhasorDefinition ( IConfigurationCell parent ) : System

Creates a new PhasorDefinition from specified parameters.

보호된 메소드들

메소드 설명
PhasorDefinition ( SerializationInfo info, StreamingContext context ) : System

Creates a new PhasorDefinition from serialization parameters.

비공개 메소드들

메소드 설명
ConfigFileFormat ( IPhasorDefinition definition ) : string
CreateNewDefinition ( IConfigurationCell parent, byte buffer, int startIndex, int &parsedLength ) : IPhasorDefinition
CustomConversionFactor ( PhasorDefinition phasor ) : double

메소드 상세

GetObjectData() 공개 메소드

Populates a SerializationInfo with the data needed to serialize the target object.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The to populate with data.
context System.Runtime.Serialization.StreamingContext The destination for this serialization.
리턴 void

PhasorDefinition() 공개 메소드

Creates a new PhasorDefinition from specified parameters.
public PhasorDefinition ( GSF.PhasorProtocols.BPAPDCstream.ConfigurationCell parent, int index, string entryValue ) : System
parent GSF.PhasorProtocols.BPAPDCstream.ConfigurationCell The parent of this .
index int Index of phasor within INI based configuration file.
entryValue string The entry value from the INI based configuration file.
리턴 System

PhasorDefinition() 공개 메소드

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

PhasorDefinition() 공개 메소드

Creates a new PhasorDefinition from specified parameters.
public PhasorDefinition ( IConfigurationCell parent ) : System
parent IConfigurationCell The parent of this .
리턴 System

PhasorDefinition() 보호된 메소드

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.
리턴 System