C# 클래스 NFrame.NFCElement

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

공개 메소드들

메소드 설명
GetPropertyManager ( ) : NFIPropertyManager
NFCElement ( ) : System
QueryFloat ( string strName ) : double
QueryInt ( string strName ) : System.Int64
QueryObject ( string strName ) : NFGUID
QueryString ( string strName ) : string

메소드 상세

GetPropertyManager() 공개 메소드

public GetPropertyManager ( ) : NFIPropertyManager
리턴 NFIPropertyManager

NFCElement() 공개 메소드

public NFCElement ( ) : System
리턴 System

QueryFloat() 공개 메소드

public QueryFloat ( string strName ) : double
strName string
리턴 double

QueryInt() 공개 메소드

public QueryInt ( string strName ) : System.Int64
strName string
리턴 System.Int64

QueryObject() 공개 메소드

public QueryObject ( string strName ) : NFGUID
strName string
리턴 NFGUID

QueryString() 공개 메소드

public QueryString ( string strName ) : string
strName string
리턴 string