C# Class NFrame.NFCLogicClassModule

Inheritance: NFILogicClassModule
Datei anzeigen Open project: ketoo/NoahGameFrame Class Usage Examples

Public Methods

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

Private Methods

Method Description
AddBasePropertyFormOther ( string strName, string strOther ) : void
ClearLogicClass ( ) : void
Load ( ) : bool
LoadLogicClass ( XmlNode xNode ) : void
LoadLogicClassProperty ( ) : void
LoadLogicClassProperty ( string strName ) : void
LoadLogicClassRecord ( ) : void
LoadLogicClassRecord ( string strName ) : void

Method Details

AddElement() public method

public AddElement ( string strName ) : bool
strName string
return bool

ExistElement() public method

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

GetDataPath() public method

public GetDataPath ( ) : string
return string

GetElement() public method

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

GetElementList() public method

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

Init() public method

public Init ( ) : void
return void

SetDataPath() public method

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