C# Class hessiancsharp.test.ParamObject

Zusammenfassung für ParamObject.
Exibir arquivo Open project: timfel/csharp-hessian Class Usage Examples

Public Properties

Property Type Description
hashVar System.Collections.Hashtable
test string

Public Methods

Method Description
getHashVar ( ) : Hashtable
getStringVar ( ) : string
setHashVar ( Hashtable hashVar ) : void
setStringVar ( string stringVar ) : void

Method Details

getHashVar() public method

public getHashVar ( ) : Hashtable
return System.Collections.Hashtable

getStringVar() public method

public getStringVar ( ) : string
return string

setHashVar() public method

public setHashVar ( Hashtable hashVar ) : void
hashVar System.Collections.Hashtable
return void

setStringVar() public method

public setStringVar ( string stringVar ) : void
stringVar string
return void

Property Details

hashVar public_oe property

public Hashtable,System.Collections hashVar
return System.Collections.Hashtable

test public_oe static_oe property

public static string test
return string