C# 클래스 hds.ViewManager

파일 보기 프로젝트 열기: hdneo/mxo-hd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
views List

공개 메소드들

메소드 설명
ViewManager ( ) : System
addView ( System.UInt64 entityId, UInt32 goId ) : ClientView
getViewById ( UInt16 viewId ) : ClientView
getViewForEntityAndGo ( System.UInt64 entityId, UInt32 goID ) : ClientView
removeViewByViewId ( UInt16 viewId ) : void

메소드 상세

ViewManager() 공개 메소드

public ViewManager ( ) : System
리턴 System

addView() 공개 메소드

public addView ( System.UInt64 entityId, UInt32 goId ) : ClientView
entityId System.UInt64
goId System.UInt32
리턴 ClientView

getViewById() 공개 메소드

public getViewById ( UInt16 viewId ) : ClientView
viewId System.UInt16
리턴 ClientView

getViewForEntityAndGo() 공개 메소드

public getViewForEntityAndGo ( System.UInt64 entityId, UInt32 goID ) : ClientView
entityId System.UInt64
goID System.UInt32
리턴 ClientView

removeViewByViewId() 공개 메소드

public removeViewByViewId ( UInt16 viewId ) : void
viewId System.UInt16
리턴 void

프로퍼티 상세

views 공개적으로 프로퍼티

public List views
리턴 List