C# Class VSTalk.Engine.ViewModel.ContactList.ClientResources.InterlocutorResourceViewModel

Inheritance: IClientResource
ファイルを表示 Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Property Type Description
SetCommands void

Public Methods

Method Description
InterlocutorResourceViewModel ( Interlocutor interlocutor ) : System.ComponentModel
StartListen ( ) : void
StopListen ( ) : void
Subscribe ( IResourceUpdateHandler handler ) : void

Protected Methods

Method Description
RemoveContactCanExecute ( ) : bool
RemoveContactExecuted ( ) : void
SendRequestAuthorizationCanExecute ( ) : bool
SendRequestAuthorizationExecuted ( ) : void
ShowContactLogExecuted ( ) : void
ShowInterlocutorChatExecuted ( ) : void

Private Methods

Method Description
SetCommands ( ) : void

Method Details

InterlocutorResourceViewModel() public method

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

RemoveContactCanExecute() protected method

protected RemoveContactCanExecute ( ) : bool
return bool

RemoveContactExecuted() protected method

protected RemoveContactExecuted ( ) : void
return void

SendRequestAuthorizationCanExecute() protected method

protected SendRequestAuthorizationCanExecute ( ) : bool
return bool

SendRequestAuthorizationExecuted() protected method

protected SendRequestAuthorizationExecuted ( ) : void
return void

ShowContactLogExecuted() protected method

protected ShowContactLogExecuted ( ) : void
return void

ShowInterlocutorChatExecuted() protected method

protected ShowInterlocutorChatExecuted ( ) : void
return void

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void

Subscribe() public method

public Subscribe ( IResourceUpdateHandler handler ) : void
handler IResourceUpdateHandler
return void