C# Class NFrame.NFIElementModule

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

Méthodes publiques

Méthode Description
AddElement ( string strName, NFIElement xElement ) : bool
Clear ( ) : bool
ExistElement ( string strConfigName ) : bool
GetElement ( string strConfigName ) : NFIElement
Load ( ) : bool
NFIElementModule ( ) : System
QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double
QueryPropertyInt ( string strConfigName, string strPropertyName ) : System.Int64
QueryPropertyString ( string strConfigName, string strPropertyName ) : string

Method Details

AddElement() public abstract méthode

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

Clear() public abstract méthode

public abstract Clear ( ) : bool
Résultat bool

ExistElement() public abstract méthode

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

GetElement() public abstract méthode

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

Load() public abstract méthode

public abstract Load ( ) : bool
Résultat bool

NFIElementModule() public méthode

public NFIElementModule ( ) : System
Résultat System

QueryPropertyFloat() public abstract méthode

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

QueryPropertyInt() public abstract méthode

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

QueryPropertyString() public abstract méthode

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