C# Class RoleGroupLevelConfigAdapter.Adaptor, home3

Inheritance: RoleGroupLevelConfig, 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

Méthodes protégées

Méthode Description
afterReadConfig ( ) : void
generateRefresh ( ) : void
toReadBytesSimple ( BytesReadStream stream ) : void
toWriteBytesSimple ( BytesWriteStream stream ) : 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

afterReadConfig() protected méthode

protected afterReadConfig ( ) : void
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void

generateRefresh() protected méthode

protected generateRefresh ( ) : void
Résultat void

toReadBytesSimple() protected méthode

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

toWriteBytesSimple() protected méthode

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