C# Class ModernApp4Me.WP8.Sample.PhoneApplicationPage.PhoneApplicationPagePage

Mostra file Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
PhoneApplicationPagePage ( ) : System

Protected Methods

Method Description
ComputeViewModel ( ) : Task
OnDisplayConnectivityLayout ( ) : void
OnFullfillDisplayObjects ( ) : void
RefreshViewModel ( ) : System.Threading.Tasks.Task
RetrieveConnectivityContainer ( ) : System.Windows.Controls.Panel
RetrieveLoadingContainer ( ) : System.Windows.Controls.Panel
RetrieveMainContainer ( ) : System.Windows.Controls.Panel
RetrieveProgressIndicator ( ) : ProgressIndicator

Private Methods

Method Description
BuildApplicationBars ( ) : void
BuildConnectivityApplicationBar ( ) : void
BuildDefaultApplicationBar ( ) : void
ChangeButton_Click ( object sender, EventArgs e ) : void
RetrieveBusinessObjects ( ) : Task>
RetryButton_Click ( object sender, EventArgs e ) : void

Method Details

ComputeViewModel() protected method

protected ComputeViewModel ( ) : Task
return Task

OnDisplayConnectivityLayout() protected method

protected OnDisplayConnectivityLayout ( ) : void
return void

OnFullfillDisplayObjects() protected method

protected OnFullfillDisplayObjects ( ) : void
return void

PhoneApplicationPagePage() public method

public PhoneApplicationPagePage ( ) : System
return System

RefreshViewModel() protected method

protected RefreshViewModel ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

RetrieveConnectivityContainer() protected method

protected RetrieveConnectivityContainer ( ) : System.Windows.Controls.Panel
return System.Windows.Controls.Panel

RetrieveLoadingContainer() protected method

protected RetrieveLoadingContainer ( ) : System.Windows.Controls.Panel
return System.Windows.Controls.Panel

RetrieveMainContainer() protected method

protected RetrieveMainContainer ( ) : System.Windows.Controls.Panel
return System.Windows.Controls.Panel

RetrieveProgressIndicator() protected method

protected RetrieveProgressIndicator ( ) : ProgressIndicator
return ProgressIndicator