C# Class NFrame.NFCLogicClassModule

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddElement ( string strName ) : bool
strName string
Résultat bool

ExistElement() public méthode

public ExistElement ( string strClassName ) : bool
strClassName string
Résultat bool

GetDataPath() public méthode

public GetDataPath ( ) : string
Résultat string

GetElement() public méthode

public GetElement ( string strClassName ) : NFILogicClass
strClassName string
Résultat NFILogicClass

GetElementList() public méthode

public GetElementList ( ) : NFILogicClass>.Dictionary
Résultat NFILogicClass>.Dictionary

Init() public méthode

public Init ( ) : void
Résultat void

SetDataPath() public méthode

public SetDataPath ( string strDataPath ) : void
strDataPath string
Résultat void