C# Class X.CoreLib.Shared.Services.AppService

Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Свойство Type Description
AppSetting AppWideSetting

Méthodes publiques

Méthode Description
Init ( ) : void
InputBox ( 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, string imageIcon = "" ) : void
IsConnected ( ) : bool
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, string imageIcon = "" ) : void
SendInformationNotification ( string msg, double duration, string imageIcon = "" ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
GetSettingsLocalAndCloud ( ) : System.Threading.Tasks.Task
NetworkInformation_NetworkStatusChanged ( object sender ) : void

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

InputBox() public static méthode

public static InputBox ( 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, string imageIcon = "" ) : 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
imageIcon string
Résultat void

IsConnected() public static méthode

public static IsConnected ( ) : bool
Résultat bool

MessageBox() public static méthode

public static 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, string imageIcon = "" ) : 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
imageIcon string
Résultat void

SendInformationNotification() public static méthode

public static SendInformationNotification ( string msg, double duration, string imageIcon = "" ) : void
msg string
duration double
imageIcon string
Résultat void

Start() public static méthode

public static Start ( ) : void
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void

Property Details

AppSetting public_oe static_oe property

public static AppWideSetting,X.CoreLib.Shared.Services AppSetting
Résultat AppWideSetting