C# Class wamscw.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: ChristianWeyer/WAMS-Quickstart-Enhanced

Méthodes publiques

Méthode Description
MainPage ( ) : Microsoft.WindowsAzure.MobileServices

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
Authenticate ( ) : System.Threading.Tasks.Task
ButtonRefresh_Click ( object sender, RoutedEventArgs e ) : void
ButtonSave_Click ( object sender, RoutedEventArgs e ) : void
CheckBoxComplete_Checked ( object sender, RoutedEventArgs e ) : void
InsertTodoItem ( TodoItem todoItem ) : void
RefreshTodoItems ( ) : void
UpdateCheckedTodoItem ( TodoItem item ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : Microsoft.WindowsAzure.MobileServices
Résultat Microsoft.WindowsAzure.MobileServices

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void