C# 클래스 NFrame.NFCLogicClass

상속: NFILogicClass
파일 보기 프로젝트 열기: ketoo/NoahGameFrame 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddConfigName() 공개 메소드

public AddConfigName ( string strConfigName ) : bool
strConfigName string
리턴 bool

GetConfigNameList() 공개 메소드

public GetConfigNameList ( ) : List
리턴 List

GetEncrypt() 공개 메소드

public GetEncrypt ( ) : bool
리턴 bool

GetInstance() 공개 메소드

public GetInstance ( ) : string
리턴 string

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetPath() 공개 메소드

public GetPath ( ) : string
리턴 string

GetPropertyManager() 공개 메소드

public GetPropertyManager ( ) : NFIPropertyManager
리턴 NFIPropertyManager

GetRecordManager() 공개 메소드

public GetRecordManager ( ) : NFIRecordManager
리턴 NFIRecordManager

NFCLogicClass() 공개 메소드

public NFCLogicClass ( ) : System
리턴 System

SetEncrypt() 공개 메소드

public SetEncrypt ( bool bEncrypt ) : void
bEncrypt bool
리턴 void

SetInstance() 공개 메소드

public SetInstance ( string strInstancePath ) : void
strInstancePath string
리턴 void

SetName() 공개 메소드

public SetName ( string strConfigName ) : void
strConfigName string
리턴 void

SetPath() 공개 메소드

public SetPath ( string sPath ) : void
sPath string
리턴 void