C# Class wamscw.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
ファイルを表示 Open project: ChristianWeyer/WAMS-Quickstart-Enhanced

Public Methods

Method Description
MainPage ( ) : Microsoft.WindowsAzure.MobileServices

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method 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 method

public MainPage ( ) : Microsoft.WindowsAzure.MobileServices
return Microsoft.WindowsAzure.MobileServices

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void