C# Class FavouriteMX.Shared.Models.DefaultViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: liquidboy/X

Private Properties

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnBackPressed ( ) : void

Private Methods

Méthode Description
FillSessionDataFromDB ( ) : void

Method Details

ClearTileNotification() public méthode

public ClearTileNotification ( ) : void
Résultat void

DefaultViewModel() public méthode

public DefaultViewModel ( ) : GalaSoft.MvvmLight
Résultat GalaSoft.MvvmLight

MessageBox() public méthode

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
Résultat void

OnBackPressed() protected méthode

protected OnBackPressed ( ) : void
Résultat void

OnNavigatedFrom() public méthode

public OnNavigatedFrom ( object parameters ) : void
parameters object
Résultat void

OnNavigatedTo() public méthode

public OnNavigatedTo ( object parameters ) : void
parameters object
Résultat void

SendInformationNotification() public méthode

public SendInformationNotification ( string msg, double duration ) : void
msg string
duration double
Résultat void

SendSystemWideMessage() public méthode

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
Résultat void

SendTileTextNotification() public méthode

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

Share() public méthode

public Share ( ) : void
Résultat void