C# 클래스 NFrame.NFILogicClassModule

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

공개 메소드들

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

메소드 상세

AddElement() 공개 추상적인 메소드

public abstract AddElement ( string strClassName ) : bool
strClassName string
리턴 bool

ExistElement() 공개 추상적인 메소드

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

GetDataPath() 공개 추상적인 메소드

public abstract GetDataPath ( ) : string
리턴 string

GetElement() 공개 추상적인 메소드

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

GetElementList() 공개 추상적인 메소드

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

SetDataPath() 공개 추상적인 메소드

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