C# Class Meeting_Manager_Xamarin.ViewModels.DetailsPageViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Méthodes protégées

Méthode Description
OnNavigatedTo ( object parameter ) : void

Private Methods

Méthode Description
AcceptOrDecline ( string action, string kind ) : void
AcceptOrDeclineAndBack ( string action, string comment, bool sendResponse ) : void
BuildDateTimeDescription ( Meeting meeting ) : string
EditAndSendAcceptOrDecline ( string action ) : void
NavigateToEmail ( string action ) : void
Populate ( ) : void
PromptAcceptOrDecline ( string action ) : void
SendAcceptOrDecline ( string action ) : void
SilentlyAcceptOrDecline ( string action ) : void

Method Details

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( object parameter ) : void
parameter object
Résultat void