C# Class Tce.RpcExtraData

Afficher le fichier Open project: adoggie/TCE

Méthodes publiques

Méthode 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 méthode

public RpcExtraData ( ) : System
Résultat System

datasize() public méthode

public datasize ( ) : int
Résultat int

getProperties() public méthode

public getProperties ( ) : string>.Dictionary
Résultat string>.Dictionary

getPropertyValue() public méthode

public getPropertyValue ( string key ) : string
key string
Résultat string

marshall() public méthode

public marshall ( Stream d ) : bool
d Stream
Résultat bool

setProperties() public méthode

public setProperties ( string>.Dictionary props ) : RpcExtraData
props string>.Dictionary
Résultat RpcExtraData

setPropertyValue() public méthode

public setPropertyValue ( String key, String value ) : void
key String
value String
Résultat void

size() public méthode

public size ( ) : int
Résultat int

unmarshall() public méthode

public unmarshall ( Stream d ) : bool
d Stream
Résultat bool