C# 클래스 VSTalk.Engine.ViewModel.ContactList.ClientResources.RoomResourceViewModel

상속: IClientResource
파일 보기 프로젝트 열기: Irdis/VSTalk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DeleteRoomExecuted void
JoinRoomExecuted void
LeaveRoomExecuted void
OpenRoomExecuted void
SetCommands void
ShowLogExecuted void

공개 메소드들

메소드 설명
RoomResourceViewModel ( Room room ) : System.ComponentModel
StartListen ( ) : void
StopListen ( ) : void
Subscribe ( IResourceUpdateHandler handler ) : void

비공개 메소드들

메소드 설명
DeleteRoomExecuted ( ) : void
JoinRoomExecuted ( ) : void
LeaveRoomExecuted ( ) : void
OpenRoomExecuted ( ) : void
SetCommands ( ) : void
ShowLogExecuted ( ) : void

메소드 상세

RoomResourceViewModel() 공개 메소드

public RoomResourceViewModel ( Room room ) : System.ComponentModel
room VSTalk.Model.Room
리턴 System.ComponentModel

StartListen() 공개 메소드

public StartListen ( ) : void
리턴 void

StopListen() 공개 메소드

public StopListen ( ) : void
리턴 void

Subscribe() 공개 메소드

public Subscribe ( IResourceUpdateHandler handler ) : void
handler IResourceUpdateHandler
리턴 void