C# Class NFrame.NFCLogicClass

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

Méthodes publiques

Méthode Description
AddConfigName ( string strConfigName ) : bool
GetConfigNameList ( ) : List
GetEncrypt ( ) : bool
GetInstance ( ) : string
GetName ( ) : string
GetPath ( ) : string
GetPropertyManager ( ) : NFIPropertyManager
GetRecordManager ( ) : NFIRecordManager
NFCLogicClass ( ) : System
SetEncrypt ( bool bEncrypt ) : void
SetInstance ( string strInstancePath ) : void
SetName ( string strConfigName ) : void
SetPath ( string sPath ) : void

Method Details

AddConfigName() public méthode

public AddConfigName ( string strConfigName ) : bool
strConfigName string
Résultat bool

GetConfigNameList() public méthode

public GetConfigNameList ( ) : List
Résultat List

GetEncrypt() public méthode

public GetEncrypt ( ) : bool
Résultat bool

GetInstance() public méthode

public GetInstance ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GetPath() public méthode

public GetPath ( ) : string
Résultat string

GetPropertyManager() public méthode

public GetPropertyManager ( ) : NFIPropertyManager
Résultat NFIPropertyManager

GetRecordManager() public méthode

public GetRecordManager ( ) : NFIRecordManager
Résultat NFIRecordManager

NFCLogicClass() public méthode

public NFCLogicClass ( ) : System
Résultat System

SetEncrypt() public méthode

public SetEncrypt ( bool bEncrypt ) : void
bEncrypt bool
Résultat void

SetInstance() public méthode

public SetInstance ( string strInstancePath ) : void
strInstancePath string
Résultat void

SetName() public méthode

public SetName ( string strConfigName ) : void
strConfigName string
Résultat void

SetPath() public méthode

public SetPath ( string sPath ) : void
sPath string
Résultat void