C# Class Metrooz.ViewModels.NotificationWithActivityViewModel

Inheritance: NotificationViewModel
Exibir arquivo Open project: namoshika/Metrooz Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
NotificationWithActivityViewModel ( SunokoLibrary.Web.GooglePlus.NotificationInfoWithActivity model, Activity activityModel, System.DateTime insertTime ) : Livet

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
_notificationModel_Updated ( object sender, EventArgs e ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NotificationWithActivityViewModel() public method

public NotificationWithActivityViewModel ( SunokoLibrary.Web.GooglePlus.NotificationInfoWithActivity model, Activity activityModel, System.DateTime insertTime ) : Livet
model SunokoLibrary.Web.GooglePlus.NotificationInfoWithActivity
activityModel Metrooz.Models.Activity
insertTime System.DateTime
return Livet