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

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

Private Properties

프로퍼티 타입 설명
SetCommands void

공개 메소드들

메소드 설명
InterlocutorResourceViewModel ( Interlocutor interlocutor ) : System.ComponentModel
StartListen ( ) : void
StopListen ( ) : void
Subscribe ( IResourceUpdateHandler handler ) : void

보호된 메소드들

메소드 설명
RemoveContactCanExecute ( ) : bool
RemoveContactExecuted ( ) : void
SendRequestAuthorizationCanExecute ( ) : bool
SendRequestAuthorizationExecuted ( ) : void
ShowContactLogExecuted ( ) : void
ShowInterlocutorChatExecuted ( ) : void

비공개 메소드들

메소드 설명
SetCommands ( ) : void

메소드 상세

InterlocutorResourceViewModel() 공개 메소드

public InterlocutorResourceViewModel ( Interlocutor interlocutor ) : System.ComponentModel
interlocutor VSTalk.Model.Interlocutor
리턴 System.ComponentModel

RemoveContactCanExecute() 보호된 메소드

protected RemoveContactCanExecute ( ) : bool
리턴 bool

RemoveContactExecuted() 보호된 메소드

protected RemoveContactExecuted ( ) : void
리턴 void

SendRequestAuthorizationCanExecute() 보호된 메소드

protected SendRequestAuthorizationCanExecute ( ) : bool
리턴 bool

SendRequestAuthorizationExecuted() 보호된 메소드

protected SendRequestAuthorizationExecuted ( ) : void
리턴 void

ShowContactLogExecuted() 보호된 메소드

protected ShowContactLogExecuted ( ) : void
리턴 void

ShowInterlocutorChatExecuted() 보호된 메소드

protected ShowInterlocutorChatExecuted ( ) : void
리턴 void

StartListen() 공개 메소드

public StartListen ( ) : void
리턴 void

StopListen() 공개 메소드

public StopListen ( ) : void
리턴 void

Subscribe() 공개 메소드

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