C# Class NFrame.NFCElementModule

Inheritance: NFIElementModule
Afficher le fichier Open project: ketoo/NoahGameFrame Class Usage Examples

Méthodes publiques

Méthode Description
AddElement ( string strName, NFIElement xElement ) : bool
AfterInit ( ) : void
BeforeShut ( ) : void
Clear ( ) : bool
Execute ( ) : void
ExistElement ( string strConfigName ) : bool
GetElement ( string strConfigName ) : NFIElement
Init ( ) : void
Load ( ) : bool
NFCElementModule ( ) : System
QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double
QueryPropertyInt ( string strConfigName, string strPropertyName ) : Int64
QueryPropertyString ( string strConfigName, string strPropertyName ) : string
Shut ( ) : void

Private Methods

Méthode Description
ClearInstanceElement ( ) : void
LoadInstanceElement ( NFILogicClass xLogicClass ) : void

Method Details

AddElement() public méthode

public AddElement ( string strName, NFIElement xElement ) : bool
strName string
xElement NFIElement
Résultat bool

AfterInit() public méthode

public AfterInit ( ) : void
Résultat void

BeforeShut() public méthode

public BeforeShut ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : bool
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

ExistElement() public méthode

public ExistElement ( string strConfigName ) : bool
strConfigName string
Résultat bool

GetElement() public méthode

public GetElement ( string strConfigName ) : NFIElement
strConfigName string
Résultat NFIElement

Init() public méthode

public Init ( ) : void
Résultat void

Load() public méthode

public Load ( ) : bool
Résultat bool

NFCElementModule() public méthode

public NFCElementModule ( ) : System
Résultat System

QueryPropertyFloat() public méthode

public QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double
strConfigName string
strPropertyName string
Résultat double

QueryPropertyInt() public méthode

public QueryPropertyInt ( string strConfigName, string strPropertyName ) : Int64
strConfigName string
strPropertyName string
Résultat Int64

QueryPropertyString() public méthode

public QueryPropertyString ( string strConfigName, string strPropertyName ) : string
strConfigName string
strPropertyName string
Résultat string

Shut() public méthode

public Shut ( ) : void
Résultat void