C# 클래스 FavouriteMX.Shared.Models.DefaultViewModel

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

Private Properties

프로퍼티 타입 설명
FillSessionDataFromDB void

공개 메소드들

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

보호된 메소드들

메소드 설명
OnBackPressed ( ) : void

비공개 메소드들

메소드 설명
FillSessionDataFromDB ( ) : void

메소드 상세

ClearTileNotification() 공개 메소드

public ClearTileNotification ( ) : void
리턴 void

DefaultViewModel() 공개 메소드

public DefaultViewModel ( ) : GalaSoft.MvvmLight
리턴 GalaSoft.MvvmLight

MessageBox() 공개 메소드

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

OnBackPressed() 보호된 메소드

protected OnBackPressed ( ) : void
리턴 void

OnNavigatedFrom() 공개 메소드

public OnNavigatedFrom ( object parameters ) : void
parameters object
리턴 void

OnNavigatedTo() 공개 메소드

public OnNavigatedTo ( object parameters ) : void
parameters object
리턴 void

SendInformationNotification() 공개 메소드

public SendInformationNotification ( string msg, double duration ) : void
msg string
duration double
리턴 void

SendSystemWideMessage() 공개 메소드

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

SendTileTextNotification() 공개 메소드

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

Share() 공개 메소드

public Share ( ) : void
리턴 void