C# 클래스 NFrame.NFCLogicClassModule

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

공개 메소드들

메소드 설명
AddElement ( string strName ) : bool
ExistElement ( string strClassName ) : bool
GetDataPath ( ) : string
GetElement ( string strClassName ) : NFILogicClass
GetElementList ( ) : NFILogicClass>.Dictionary
Init ( ) : void
SetDataPath ( string strDataPath ) : void

비공개 메소드들

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

메소드 상세

AddElement() 공개 메소드

public AddElement ( string strName ) : bool
strName string
리턴 bool

ExistElement() 공개 메소드

public ExistElement ( string strClassName ) : bool
strClassName string
리턴 bool

GetDataPath() 공개 메소드

public GetDataPath ( ) : string
리턴 string

GetElement() 공개 메소드

public GetElement ( string strClassName ) : NFILogicClass
strClassName string
리턴 NFILogicClass

GetElementList() 공개 메소드

public GetElementList ( ) : NFILogicClass>.Dictionary
리턴 NFILogicClass>.Dictionary

Init() 공개 메소드

public Init ( ) : void
리턴 void

SetDataPath() 공개 메소드

public SetDataPath ( string strDataPath ) : void
strDataPath string
리턴 void