C# Class Ch.Epyx.WindMobile.WP7.ViewModel.SocialViewModel

Inheritance: ApplicationViewModel
Afficher le fichier Open project: epyx-src/WindMobile-WP7

Private Properties

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

Méthodes publiques

Méthode Description
RefreshMessages ( ) : void
SendMessage ( ) : void
SocialViewModel ( IStationInfo stationInfo ) : System

Méthodes protégées

Méthode Description
RaiseMessageRefreshed ( ) : void
RaiseMessageSent ( string message ) : void

Private Methods

Méthode Description
MessageSentHandler ( object sender, MessageSentEventArgs args ) : void

Method Details

RaiseMessageRefreshed() protected méthode

protected RaiseMessageRefreshed ( ) : void
Résultat void

RaiseMessageSent() protected méthode

protected RaiseMessageSent ( string message ) : void
message string
Résultat void

RefreshMessages() public méthode

public RefreshMessages ( ) : void
Résultat void

SendMessage() public méthode

public SendMessage ( ) : void
Résultat void

SocialViewModel() public méthode

public SocialViewModel ( IStationInfo stationInfo ) : System
stationInfo IStationInfo
Résultat System