C# Class CharacterPartDataAdapter.Adaptor, home3

Inheritance: CharacterPartData, CrossBindingAdaptorType
Mostra file Open project: shineTeam7/home3

Public Methods

Method Description
Adaptor ( ) : System,
Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
ToString ( ) : string
clear ( ) : void
getDataClassName ( ) : string
initDefault ( ) : void
initListData ( ) : void

Protected Methods

Method Description
afterRead ( ) : void
beforeWrite ( ) : void
toCopy ( BaseData, data ) : void
toDataEquals ( BaseData, data ) : bool
toReadBytesFull ( BytesReadStream stream ) : void
toReadBytesSimple ( BytesReadStream stream ) : void
toRelease ( DataPool, pool ) : void
toShadowCopy ( BaseData, data ) : void
toWriteBytesFull ( BytesWriteStream stream ) : void
toWriteBytesSimple ( BytesWriteStream stream ) : void
toWriteDataString ( DataWriter, writer ) : void

Method Details

Adaptor() public method

public Adaptor ( ) : System,
return System,

Adaptor() public method

public Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
appdomain ILRuntime.Runtime.Enviorment.AppDomain
instance ILTypeInstance
return System,

ToString() public method

public ToString ( ) : string
return string

afterRead() protected method

protected afterRead ( ) : void
return void

beforeWrite() protected method

protected beforeWrite ( ) : void
return void

clear() public method

public clear ( ) : void
return void

getDataClassName() public method

public getDataClassName ( ) : string
return string

initDefault() public method

public initDefault ( ) : void
return void

initListData() public method

public initListData ( ) : void
return void

toCopy() protected method

protected toCopy ( BaseData, data ) : void
data BaseData,
return void

toDataEquals() protected method

protected toDataEquals ( BaseData, data ) : bool
data BaseData,
return bool

toReadBytesFull() protected method

protected toReadBytesFull ( BytesReadStream stream ) : void
stream BytesReadStream
return void

toReadBytesSimple() protected method

protected toReadBytesSimple ( BytesReadStream stream ) : void
stream BytesReadStream
return void

toRelease() protected method

protected toRelease ( DataPool, pool ) : void
pool DataPool,
return void

toShadowCopy() protected method

protected toShadowCopy ( BaseData, data ) : void
data BaseData,
return void

toWriteBytesFull() protected method

protected toWriteBytesFull ( BytesWriteStream stream ) : void
stream BytesWriteStream
return void

toWriteBytesSimple() protected method

protected toWriteBytesSimple ( BytesWriteStream stream ) : void
stream BytesWriteStream
return void

toWriteDataString() protected method

protected toWriteDataString ( DataWriter, writer ) : void
writer DataWriter,
return void