C# Class CharacterPartDataAdapter.Adaptor, home3

Inheritance: CharacterPartData, CrossBindingAdaptorType
Afficher le fichier Open project: shineTeam7/home3

Méthodes publiques

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

Méthodes protégées

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

public Adaptor ( ) : System,
Résultat System,

Adaptor() public méthode

public Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
appdomain ILRuntime.Runtime.Enviorment.AppDomain
instance ILTypeInstance
Résultat System,

ToString() public méthode

public ToString ( ) : string
Résultat string

afterRead() protected méthode

protected afterRead ( ) : void
Résultat void

beforeWrite() protected méthode

protected beforeWrite ( ) : void
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void

getDataClassName() public méthode

public getDataClassName ( ) : string
Résultat string

initDefault() public méthode

public initDefault ( ) : void
Résultat void

initListData() public méthode

public initListData ( ) : void
Résultat void

toCopy() protected méthode

protected toCopy ( BaseData, data ) : void
data BaseData,
Résultat void

toDataEquals() protected méthode

protected toDataEquals ( BaseData, data ) : bool
data BaseData,
Résultat bool

toReadBytesFull() protected méthode

protected toReadBytesFull ( BytesReadStream stream ) : void
stream BytesReadStream
Résultat void

toReadBytesSimple() protected méthode

protected toReadBytesSimple ( BytesReadStream stream ) : void
stream BytesReadStream
Résultat void

toRelease() protected méthode

protected toRelease ( DataPool, pool ) : void
pool DataPool,
Résultat void

toShadowCopy() protected méthode

protected toShadowCopy ( BaseData, data ) : void
data BaseData,
Résultat void

toWriteBytesFull() protected méthode

protected toWriteBytesFull ( BytesWriteStream stream ) : void
stream BytesWriteStream
Résultat void

toWriteBytesSimple() protected méthode

protected toWriteBytesSimple ( BytesWriteStream stream ) : void
stream BytesWriteStream
Résultat void

toWriteDataString() protected méthode

protected toWriteDataString ( DataWriter, writer ) : void
writer DataWriter,
Résultat void