C# Class NFrame.NFCElementModule

Inheritance: NFIElementModule
Show file Open project: ketoo/NoahGameFrame Class Usage Examples

Public Methods

Method 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

Method Description
ClearInstanceElement ( ) : void
LoadInstanceElement ( NFILogicClass xLogicClass ) : void

Method Details

AddElement() public method

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

AfterInit() public method

public AfterInit ( ) : void
return void

BeforeShut() public method

public BeforeShut ( ) : void
return void

Clear() public method

public Clear ( ) : bool
return bool

Execute() public method

public Execute ( ) : void
return void

ExistElement() public method

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

GetElement() public method

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

Init() public method

public Init ( ) : void
return void

Load() public method

public Load ( ) : bool
return bool

NFCElementModule() public method

public NFCElementModule ( ) : System
return System

QueryPropertyFloat() public method

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

QueryPropertyInt() public method

public QueryPropertyInt ( string strConfigName, string strPropertyName ) : Int64
strConfigName string
strPropertyName string
return Int64

QueryPropertyString() public method

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

Shut() public method

public Shut ( ) : void
return void