C# Class NFrame.NFCLogicClass

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

Public Methods

Method 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 method

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

GetConfigNameList() public method

public GetConfigNameList ( ) : List
return List

GetEncrypt() public method

public GetEncrypt ( ) : bool
return bool

GetInstance() public method

public GetInstance ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetPath() public method

public GetPath ( ) : string
return string

GetPropertyManager() public method

public GetPropertyManager ( ) : NFIPropertyManager
return NFIPropertyManager

GetRecordManager() public method

public GetRecordManager ( ) : NFIRecordManager
return NFIRecordManager

NFCLogicClass() public method

public NFCLogicClass ( ) : System
return System

SetEncrypt() public method

public SetEncrypt ( bool bEncrypt ) : void
bEncrypt bool
return void

SetInstance() public method

public SetInstance ( string strInstancePath ) : void
strInstancePath string
return void

SetName() public method

public SetName ( string strConfigName ) : void
strConfigName string
return void

SetPath() public method

public SetPath ( string sPath ) : void
sPath string
return void