C# 클래스 X.CoreLib.Shared.Services.AppService

파일 보기 프로젝트 열기: liquidboy/X

공개 프로퍼티들

프로퍼티 타입 설명
AppSetting AppWideSetting

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetSettingsLocalAndCloud ( ) : System.Threading.Tasks.Task
NetworkInformation_NetworkStatusChanged ( object sender ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

InputBox() 공개 정적인 메소드

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
리턴 void

IsConnected() 공개 정적인 메소드

public static IsConnected ( ) : bool
리턴 bool

MessageBox() 공개 정적인 메소드

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
리턴 void

SendInformationNotification() 공개 정적인 메소드

public static SendInformationNotification ( string msg, double duration, string imageIcon = "" ) : void
msg string
duration double
imageIcon string
리턴 void

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void

프로퍼티 상세

AppSetting 공개적으로 정적으로 프로퍼티

public static AppWideSetting,X.CoreLib.Shared.Services AppSetting
리턴 AppWideSetting