C# Класс GSF.PhasorProtocols.ChannelCellBase

Наследование: GSF.PhasorProtocols.ChannelBase, IChannelCell
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Описание методов

ChannelCellBase() защищенный Метод

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 .
Результат System

ChannelCellBase() защищенный Метод

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.
Результат System

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

ToString() публичный Метод

Gets the string respresentation of this ChannelCellBase.
public ToString ( ) : string
Результат string