C# Class Gablarski.Clients.ViewModels.GroupViewModel

Inheritance: ViewModelBase
显示文件 Open project: ermau/Gablarski

Public Methods

Method Description
GroupViewModel ( GablarskiSocialClient client, Group group, IEnumerable chatLog ) : System

Private Methods

Method Description
OnJoinVoice ( ) : void
OnParticipantsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnSendTextMessage ( TextMessage textMessage ) : void

Method Details

GroupViewModel() public method

public GroupViewModel ( GablarskiSocialClient client, Group group, IEnumerable chatLog ) : System
client GablarskiSocialClient
group Group
chatLog IEnumerable
return System