Свойство | Type | Description | |
---|---|---|---|
FillSessionDataFromDB | void |
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éthode | Description | |
---|---|---|
OnBackPressed ( ) : void |
Méthode | Description | |
---|---|---|
FillSessionDataFromDB ( ) : void |
public DefaultViewModel ( ) : GalaSoft.MvvmLight | ||
Résultat | GalaSoft.MvvmLight |
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 |
public OnNavigatedFrom ( object parameters ) : void | ||
parameters | object | |
Résultat | void |
public OnNavigatedTo ( object parameters ) : void | ||
parameters | object | |
Résultat | void |
public SendInformationNotification ( string msg, double duration ) : void | ||
msg | string | |
duration | double | |
Résultat | void |
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 |
public SendTileTextNotification ( string imageUrl = "ms-appx:///Assets/MainTiles/AlphaPad.jpg" ) : void | ||
imageUrl | string | |
Résultat | void |