C# Class Example.ConverterPrxHelper

Inheritance: Ice.ObjectPrxHelperBase, ConverterPrx
Show file Open project: intel-cornellcup/r2bot Class Usage Examples

Public Properties

Property Type Description
ids__ string[]

Public Methods

Method Description
begin_toUpper ( string s, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_toUpper ( string s, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
begin_toUpper ( string s ) : Ice.AsyncResult
begin_toUpper ( string s, string>._System ctx__ ) : Ice.AsyncResult
checkedCast ( Ice b ) : ConverterPrx
checkedCast ( Ice b, string>._System ctx ) : ConverterPrx
checkedCast ( Ice b, string f ) : ConverterPrx
checkedCast ( Ice b, string f, string>._System ctx ) : ConverterPrx
end_toUpper ( Ice r__ ) : string
ice_staticId ( ) : string
read__ ( IceInternal is__ ) : ConverterPrx
toUpper ( string s ) : string
toUpper ( string s, string>._System context__ ) : string
uncheckedCast ( Ice b ) : ConverterPrx
uncheckedCast ( Ice b, string f ) : ConverterPrx
write__ ( IceInternal os__, ConverterPrx v__ ) : void

Protected Methods

Method Description
createDelegateD__ ( ) : Ice.ObjectDelD_
createDelegateM__ ( ) : Ice.ObjectDelM_

Private Methods

Method Description
begin_toUpper ( string s, string>._System ctx__, bool explicitContext__, Ice cb__, object cookie__ ) : Ice.AsyncResult
toUpper ( string s, string>._System context__, bool explicitContext__ ) : string
toUpper_completed__ ( Ice r__, Example cb__, Ice excb__ ) : void

Method Details

begin_toUpper() public method

public begin_toUpper ( string s, Ice cb__, object cookie__ ) : Ice.AsyncResult
s string
cb__ Ice
cookie__ object
return Ice.AsyncResult

begin_toUpper() public method

public begin_toUpper ( string s, string>._System ctx__, Ice cb__, object cookie__ ) : Ice.AsyncResult
s string
ctx__ string>._System
cb__ Ice
cookie__ object
return Ice.AsyncResult

begin_toUpper() public method

public begin_toUpper ( string s ) : Ice.AsyncResult
s string
return Ice.AsyncResult

begin_toUpper() public method

public begin_toUpper ( string s, string>._System ctx__ ) : Ice.AsyncResult
s string
ctx__ string>._System
return Ice.AsyncResult

checkedCast() public static method

public static checkedCast ( Ice b ) : ConverterPrx
b Ice
return ConverterPrx

checkedCast() public static method

public static checkedCast ( Ice b, string>._System ctx ) : ConverterPrx
b Ice
ctx string>._System
return ConverterPrx

checkedCast() public static method

public static checkedCast ( Ice b, string f ) : ConverterPrx
b Ice
f string
return ConverterPrx

checkedCast() public static method

public static checkedCast ( Ice b, string f, string>._System ctx ) : ConverterPrx
b Ice
f string
ctx string>._System
return ConverterPrx

createDelegateD__() protected method

protected createDelegateD__ ( ) : Ice.ObjectDelD_
return Ice.ObjectDelD_

createDelegateM__() protected method

protected createDelegateM__ ( ) : Ice.ObjectDelM_
return Ice.ObjectDelM_

end_toUpper() public method

public end_toUpper ( Ice r__ ) : string
r__ Ice
return string

ice_staticId() public static method

public static ice_staticId ( ) : string
return string

read__() public static method

public static read__ ( IceInternal is__ ) : ConverterPrx
is__ IceInternal
return ConverterPrx

toUpper() public method

public toUpper ( string s ) : string
s string
return string

toUpper() public method

public toUpper ( string s, string>._System context__ ) : string
s string
context__ string>._System
return string

uncheckedCast() public static method

public static uncheckedCast ( Ice b ) : ConverterPrx
b Ice
return ConverterPrx

uncheckedCast() public static method

public static uncheckedCast ( Ice b, string f ) : ConverterPrx
b Ice
f string
return ConverterPrx

write__() public static method

public static write__ ( IceInternal os__, ConverterPrx v__ ) : void
os__ IceInternal
v__ ConverterPrx
return void

Property Details

ids__ public static property

public static string[] ids__
return string[]