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

Inheritance: ApplicationViewModel
Show file Open project: epyx-src/WindMobile-WP7

Private Properties

Property Type Description
MessageSentHandler void

Public Methods

Method Description
RefreshMessages ( ) : void
SendMessage ( ) : void
SocialViewModel ( IStationInfo stationInfo ) : System

Protected Methods

Method Description
RaiseMessageRefreshed ( ) : void
RaiseMessageSent ( string message ) : void

Private Methods

Method Description
MessageSentHandler ( object sender, MessageSentEventArgs args ) : void

Method Details

RaiseMessageRefreshed() protected method

protected RaiseMessageRefreshed ( ) : void
return void

RaiseMessageSent() protected method

protected RaiseMessageSent ( string message ) : void
message string
return void

RefreshMessages() public method

public RefreshMessages ( ) : void
return void

SendMessage() public method

public SendMessage ( ) : void
return void

SocialViewModel() public method

public SocialViewModel ( IStationInfo stationInfo ) : System
stationInfo IStationInfo
return System