C# Class GSF.PhasorProtocols.ChannelCellBase

Inheritance: GSF.PhasorProtocols.ChannelBase, IChannelCell
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

ToString ( ) : string

Gets the string respresentation of this ChannelCellBase.

Méthodes protégées

Méthode Description
ChannelCellBase ( IChannelFrame parent, ushort idCode ) : System

Creates a new ChannelCellBase from specified parameters.

ChannelCellBase ( SerializationInfo info, StreamingContext context ) : System

Creates a new ChannelCellBase from serialization parameters.

Method Details

ChannelCellBase() protected méthode

Creates a new ChannelCellBase from specified parameters.
protected ChannelCellBase ( IChannelFrame parent, ushort idCode ) : System
parent IChannelFrame A reference to the parent for this .
idCode ushort The numeric ID code for this .
Résultat System

ChannelCellBase() protected méthode

Creates a new ChannelCellBase from serialization parameters.
protected ChannelCellBase ( 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.
Résultat System

GetObjectData() public méthode

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

ToString() public méthode

Gets the string respresentation of this ChannelCellBase.
public ToString ( ) : string
Résultat string