C# 클래스 GSF.PhasorProtocols.ChannelCellBase

상속: GSF.PhasorProtocols.ChannelBase, IChannelCell
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
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