C# 클래스 NFrame.NFCElementModule

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

공개 메소드들

메소드 설명
AddElement ( string strName, NFIElement xElement ) : bool
AfterInit ( ) : void
BeforeShut ( ) : void
Clear ( ) : bool
Execute ( ) : void
ExistElement ( string strConfigName ) : bool
GetElement ( string strConfigName ) : NFIElement
Init ( ) : void
Load ( ) : bool
NFCElementModule ( ) : System
QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double
QueryPropertyInt ( string strConfigName, string strPropertyName ) : Int64
QueryPropertyString ( string strConfigName, string strPropertyName ) : string
Shut ( ) : void

비공개 메소드들

메소드 설명
ClearInstanceElement ( ) : void
LoadInstanceElement ( NFILogicClass xLogicClass ) : void

메소드 상세

AddElement() 공개 메소드

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

AfterInit() 공개 메소드

public AfterInit ( ) : void
리턴 void

BeforeShut() 공개 메소드

public BeforeShut ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : bool
리턴 bool

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExistElement() 공개 메소드

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

GetElement() 공개 메소드

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

Init() 공개 메소드

public Init ( ) : void
리턴 void

Load() 공개 메소드

public Load ( ) : bool
리턴 bool

NFCElementModule() 공개 메소드

public NFCElementModule ( ) : System
리턴 System

QueryPropertyFloat() 공개 메소드

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

QueryPropertyInt() 공개 메소드

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

QueryPropertyString() 공개 메소드

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

Shut() 공개 메소드

public Shut ( ) : void
리턴 void