C# 클래스 VSTalk.Engine.ViewModel.ContactList.ClientNodeViewModel

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

Private Properties

프로퍼티 타입 설명
ConnectClientExecuted void
CreateResourceManager ClientResourcesManager
DisconnectClientExecuted void
SetCommands void
ShowContactEditorExecuted void
ShowRoomEditorExecuted void

공개 메소드들

메소드 설명
ClientNodeViewModel ( Client client ) : System.Collections.ObjectModel
StartListen ( ) : void
StopListen ( ) : void

비공개 메소드들

메소드 설명
ConnectClientExecuted ( ) : void
CreateResourceManager ( ) : ClientResourcesManager
DisconnectClientExecuted ( ) : void
SetCommands ( ) : void
ShowContactEditorExecuted ( ) : void
ShowRoomEditorExecuted ( ) : void

메소드 상세

ClientNodeViewModel() 공개 메소드

public ClientNodeViewModel ( Client client ) : System.Collections.ObjectModel
client VSTalk.Model.Client
리턴 System.Collections.ObjectModel

StartListen() 공개 메소드

public StartListen ( ) : void
리턴 void

StopListen() 공개 메소드

public StopListen ( ) : void
리턴 void