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

Inheritance: IClientResource
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Свойство Type Description
SetCommands void

Méthodes publiques

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

Méthodes protégées

Méthode Description
RemoveContactCanExecute ( ) : bool
RemoveContactExecuted ( ) : void
SendRequestAuthorizationCanExecute ( ) : bool
SendRequestAuthorizationExecuted ( ) : void
ShowContactLogExecuted ( ) : void
ShowInterlocutorChatExecuted ( ) : void

Private Methods

Méthode Description
SetCommands ( ) : void

Method Details

InterlocutorResourceViewModel() public méthode

public InterlocutorResourceViewModel ( Interlocutor interlocutor ) : System.ComponentModel
interlocutor VSTalk.Model.Interlocutor
Résultat System.ComponentModel

RemoveContactCanExecute() protected méthode

protected RemoveContactCanExecute ( ) : bool
Résultat bool

RemoveContactExecuted() protected méthode

protected RemoveContactExecuted ( ) : void
Résultat void

SendRequestAuthorizationCanExecute() protected méthode

protected SendRequestAuthorizationCanExecute ( ) : bool
Résultat bool

SendRequestAuthorizationExecuted() protected méthode

protected SendRequestAuthorizationExecuted ( ) : void
Résultat void

ShowContactLogExecuted() protected méthode

protected ShowContactLogExecuted ( ) : void
Résultat void

ShowInterlocutorChatExecuted() protected méthode

protected ShowInterlocutorChatExecuted ( ) : void
Résultat void

StartListen() public méthode

public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void

Subscribe() public méthode

public Subscribe ( IResourceUpdateHandler handler ) : void
handler IResourceUpdateHandler
Résultat void