C# Class NFrame.NFILogicClassModule

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

Public Methods

Method Description
AddElement ( string strClassName ) : bool
ExistElement ( string strClassName ) : bool
GetDataPath ( ) : string
GetElement ( string strClassName ) : NFILogicClass
GetElementList ( ) : NFILogicClass>.Dictionary
SetDataPath ( string strDataPath ) : void

Method Details

AddElement() public abstract method

public abstract AddElement ( string strClassName ) : bool
strClassName string
return bool

ExistElement() public abstract method

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

GetDataPath() public abstract method

public abstract GetDataPath ( ) : string
return string

GetElement() public abstract method

public abstract GetElement ( string strClassName ) : NFILogicClass
strClassName string
return NFILogicClass

GetElementList() public abstract method

public abstract GetElementList ( ) : NFILogicClass>.Dictionary
return NFILogicClass>.Dictionary

SetDataPath() public abstract method

public abstract SetDataPath ( string strDataPath ) : void
strDataPath string
return void