C# Class FavouriteMX.Shared.Models.DefaultViewModel

Inheritance: ViewModelBase
Show file Open project: liquidboy/X

Private Properties

Property Type Description
FillSessionDataFromDB void

Public Methods

Method Description
ClearTileNotification ( ) : void
DefaultViewModel ( ) : GalaSoft.MvvmLight
MessageBox ( string question, string yesLabel, string yesMessengerContent, string yesMessengerIdentifier, string noLabel, string noMessengerContent, string noMessengerIdentifier, string metroIcon = "Information", double translateXIcon = -20, double translateYIcon = -20, double scaleIcon = 2, GeneralSystemWideMessage msgToPassAlong = null ) : void
OnNavigatedFrom ( object parameters ) : void
OnNavigatedTo ( object parameters ) : void
SendInformationNotification ( string msg, double duration ) : void
SendSystemWideMessage ( string identifier, string content, string sourceId = "", string action = "", string url1 = "", string aggregateId = "", string text1 = "", int int1 ) : void
SendTileTextNotification ( string imageUrl = "ms-appx:///Assets/MainTiles/AlphaPad.jpg" ) : void
Share ( ) : void

Protected Methods

Method Description
OnBackPressed ( ) : void

Private Methods

Method Description
FillSessionDataFromDB ( ) : void

Method Details

ClearTileNotification() public method

public ClearTileNotification ( ) : void
return void

DefaultViewModel() public method

public DefaultViewModel ( ) : GalaSoft.MvvmLight
return GalaSoft.MvvmLight

MessageBox() public method

public MessageBox ( string question, string yesLabel, string yesMessengerContent, string yesMessengerIdentifier, string noLabel, string noMessengerContent, string noMessengerIdentifier, string metroIcon = "Information", double translateXIcon = -20, double translateYIcon = -20, double scaleIcon = 2, GeneralSystemWideMessage msgToPassAlong = null ) : void
question string
yesLabel string
yesMessengerContent string
yesMessengerIdentifier string
noLabel string
noMessengerContent string
noMessengerIdentifier string
metroIcon string
translateXIcon double
translateYIcon double
scaleIcon double
msgToPassAlong GeneralSystemWideMessage
return void

OnBackPressed() protected method

protected OnBackPressed ( ) : void
return void

OnNavigatedFrom() public method

public OnNavigatedFrom ( object parameters ) : void
parameters object
return void

OnNavigatedTo() public method

public OnNavigatedTo ( object parameters ) : void
parameters object
return void

SendInformationNotification() public method

public SendInformationNotification ( string msg, double duration ) : void
msg string
duration double
return void

SendSystemWideMessage() public method

public SendSystemWideMessage ( string identifier, string content, string sourceId = "", string action = "", string url1 = "", string aggregateId = "", string text1 = "", int int1 ) : void
identifier string
content string
sourceId string
action string
url1 string
aggregateId string
text1 string
int1 int
return void

SendTileTextNotification() public method

public SendTileTextNotification ( string imageUrl = "ms-appx:///Assets/MainTiles/AlphaPad.jpg" ) : void
imageUrl string
return void

Share() public method

public Share ( ) : void
return void