Method | Description | |
---|---|---|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object.
|
|
ToString ( ) : string |
Gets the string respresentation of this ChannelCellBase.
|
Method | Description | |
---|---|---|
ChannelCellBase ( IChannelFrame parent, ushort idCode ) : System |
Creates a new ChannelCellBase from specified parameters.
|
|
ChannelCellBase ( |
Creates a new ChannelCellBase from serialization parameters.
|
protected ChannelCellBase ( IChannelFrame parent, ushort idCode ) : System | ||
parent | IChannelFrame | A reference to the parent |
idCode | ushort | The numeric ID code for this |
return | System |
protected ChannelCellBase ( |
||
info | The |
|
context | The source |
|
return | System |
public GetObjectData ( |
||
info | The |
|
context | The destination |
|
return | void |