C# Class GSF.PhasorProtocols.ChannelCellBase

Inheritance: GSF.PhasorProtocols.ChannelBase, IChannelCell
Datei anzeigen Open project: GridProtectionAlliance/gsf

Public Methods

Method 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.

Protected Methods

Method 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 method

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 .
return System

ChannelCellBase() protected method

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.
return System

GetObjectData() public method

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.
return void

ToString() public method

Gets the string respresentation of this ChannelCellBase.
public ToString ( ) : string
return string