C# 클래스 NFrame.NFIElementModule

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

공개 메소드들

메소드 설명
AddElement ( string strName, NFIElement xElement ) : bool
Clear ( ) : bool
ExistElement ( string strConfigName ) : bool
GetElement ( string strConfigName ) : NFIElement
Load ( ) : bool
NFIElementModule ( ) : System
QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double
QueryPropertyInt ( string strConfigName, string strPropertyName ) : System.Int64
QueryPropertyString ( string strConfigName, string strPropertyName ) : string

메소드 상세

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

public abstract AddElement ( string strName, NFIElement xElement ) : bool
strName string
xElement NFIElement
리턴 bool

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

public abstract Clear ( ) : bool
리턴 bool

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

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

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

public abstract GetElement ( string strConfigName ) : NFIElement
strConfigName string
리턴 NFIElement

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

public abstract Load ( ) : bool
리턴 bool

NFIElementModule() 공개 메소드

public NFIElementModule ( ) : System
리턴 System

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

public abstract QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double
strConfigName string
strPropertyName string
리턴 double

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

public abstract QueryPropertyInt ( string strConfigName, string strPropertyName ) : System.Int64
strConfigName string
strPropertyName string
리턴 System.Int64

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

public abstract QueryPropertyString ( string strConfigName, string strPropertyName ) : string
strConfigName string
strPropertyName string
리턴 string