C# Class Tce.RpcExtraData

Exibir arquivo Open project: adoggie/TCE

Public Methods

Method Description
RpcExtraData ( ) : System
datasize ( ) : int
getProperties ( ) : string>.Dictionary
getPropertyValue ( string key ) : string
marshall ( Stream d ) : bool
setProperties ( string>.Dictionary props ) : RpcExtraData
setPropertyValue ( String key, String value ) : void
size ( ) : int
unmarshall ( Stream d ) : bool

Method Details

RpcExtraData() public method

public RpcExtraData ( ) : System
return System

datasize() public method

public datasize ( ) : int
return int

getProperties() public method

public getProperties ( ) : string>.Dictionary
return string>.Dictionary

getPropertyValue() public method

public getPropertyValue ( string key ) : string
key string
return string

marshall() public method

public marshall ( Stream d ) : bool
d Stream
return bool

setProperties() public method

public setProperties ( string>.Dictionary props ) : RpcExtraData
props string>.Dictionary
return RpcExtraData

setPropertyValue() public method

public setPropertyValue ( String key, String value ) : void
key String
value String
return void

size() public method

public size ( ) : int
return int

unmarshall() public method

public unmarshall ( Stream d ) : bool
d Stream
return bool