C# Class NFrame.NFIElementModule

Inheritance: NFILogicModule
Mostrar archivo Open project: ketoo/NoahGameFrame Class Usage Examples

Public Methods

Method 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 method

public abstract AddElement ( string strName, NFIElement xElement ) : bool
strName string
xElement NFIElement
return bool

Clear() public abstract method

public abstract Clear ( ) : bool
return bool

ExistElement() public abstract method

public abstract ExistElement ( string strConfigName ) : bool
strConfigName string
return bool

GetElement() public abstract method

public abstract GetElement ( string strConfigName ) : NFIElement
strConfigName string
return NFIElement

Load() public abstract method

public abstract Load ( ) : bool
return bool

NFIElementModule() public method

public NFIElementModule ( ) : System
return System

QueryPropertyFloat() public abstract method

public abstract QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double
strConfigName string
strPropertyName string
return double

QueryPropertyInt() public abstract method

public abstract QueryPropertyInt ( string strConfigName, string strPropertyName ) : System.Int64
strConfigName string
strPropertyName string
return System.Int64

QueryPropertyString() public abstract method

public abstract QueryPropertyString ( string strConfigName, string strPropertyName ) : string
strConfigName string
strPropertyName string
return string