C# Class Example.ConverterDisp_

Inheritance: Ice.ObjectImpl, Converter
ファイルを表示 Open project: intel-cornellcup/r2bot

Public Properties

Property Type Description
ids__ string[]

Public Methods

Method Description
dispatch__ ( IceInternal inS__, Ice current__ ) : Ice.DispatchStatus
ice_id ( ) : string
ice_id ( Ice current__ ) : string
ice_ids ( ) : string[]
ice_ids ( Ice current__ ) : string[]
ice_isA ( string s ) : bool
ice_isA ( string s, Ice current__ ) : bool
ice_staticId ( ) : string
toUpper ( string s ) : string
toUpper ( string s, Ice current__ ) : string

Protected Methods

Method Description
readImpl__ ( IceInternal is__ ) : void
writeImpl__ ( IceInternal os__ ) : void

Private Methods

Method Description
toUpper___ ( Converter obj__, IceInternal inS__, Ice current__ ) : Ice.DispatchStatus

Method Details

dispatch__() public method

public dispatch__ ( IceInternal inS__, Ice current__ ) : Ice.DispatchStatus
inS__ IceInternal
current__ Ice
return Ice.DispatchStatus

ice_id() public method

public ice_id ( ) : string
return string

ice_id() public method

public ice_id ( Ice current__ ) : string
current__ Ice
return string

ice_ids() public method

public ice_ids ( ) : string[]
return string[]

ice_ids() public method

public ice_ids ( Ice current__ ) : string[]
current__ Ice
return string[]

ice_isA() public method

public ice_isA ( string s ) : bool
s string
return bool

ice_isA() public method

public ice_isA ( string s, Ice current__ ) : bool
s string
current__ Ice
return bool

ice_staticId() public static method

public static ice_staticId ( ) : string
return string

readImpl__() protected method

protected readImpl__ ( IceInternal is__ ) : void
is__ IceInternal
return void

toUpper() public method

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

toUpper() public abstract method

public abstract toUpper ( string s, Ice current__ ) : string
s string
current__ Ice
return string

writeImpl__() protected method

protected writeImpl__ ( IceInternal os__ ) : void
os__ IceInternal
return void

Property Details

ids__ public_oe static_oe property

public static string[] ids__
return string[]