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

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

Private Properties

Свойство Type Description
DeleteRoomExecuted void
JoinRoomExecuted void
LeaveRoomExecuted void
OpenRoomExecuted void
SetCommands void
ShowLogExecuted void

Méthodes publiques

Méthode Description
RoomResourceViewModel ( Room room ) : System.ComponentModel
StartListen ( ) : void
StopListen ( ) : void
Subscribe ( IResourceUpdateHandler handler ) : void

Private Methods

Méthode Description
DeleteRoomExecuted ( ) : void
JoinRoomExecuted ( ) : void
LeaveRoomExecuted ( ) : void
OpenRoomExecuted ( ) : void
SetCommands ( ) : void
ShowLogExecuted ( ) : void

Method Details

RoomResourceViewModel() public méthode

public RoomResourceViewModel ( Room room ) : System.ComponentModel
room VSTalk.Model.Room
Résultat System.ComponentModel

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