C# Class SoundCloudPlus.Pages.MainPage

Exibir arquivo Open project: justijndepover/Soundcloudplus

Public Properties

Property Type Description
Current MainPage
MainFrame Windows.UI.Xaml.Controls.Frame
MainPageViewModel SoundCloudPlus.ViewModels.MainPageViewModel
PageTitle string
PinToStartButton Windows.UI.Xaml.Controls.Button

Public Methods

Method Description
MainPage ( ) : System
Navigate ( Page destination, string parameter = null ) : void
UpdateTransportControls ( MediaPlayerState state ) : void

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
AutoSuggestBox_QuerySubmitted ( AutoSuggestBox sender, AutoSuggestBoxQuerySubmittedEventArgs args ) : void
BandButton_OnClick ( object sender, RoutedEventArgs e ) : void
ForegroundApp_Resuming ( object sender, object e ) : void
ForegroundApp_Suspending ( object sender, SuspendingEventArgs e ) : void
GetActivities ( int limit ) : void
LoadActivityPageResources ( ) : void
LoadTheme ( ) : void
LoadUserAvatar ( ) : void
MyFrame_OnLoaded ( object sender, RoutedEventArgs e ) : void
NavButton_Click ( object sender, RoutedEventArgs e ) : void
Navigation_Click ( object sender, RoutedEventArgs e ) : void
PlayerProgressBar_OnValueChanged ( object sender, RangeBaseValueChangedEventArgs e ) : void
SearchBox_TextChanged ( AutoSuggestBox sender, AutoSuggestBoxTextChangedEventArgs args ) : void
SearchButton_Click ( object sender, RoutedEventArgs e ) : void
SplitViewMenu_PaneClosed ( SplitView sender, object args ) : void
UpdateActivityCollection ( ) : void
_playbackTimer_Tick ( object sender, object e ) : void
nextButton_Click ( object sender, RoutedEventArgs e ) : void
playButton_Click ( object sender, RoutedEventArgs e ) : void
prevButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

Navigate() public method

public Navigate ( Page destination, string parameter = null ) : void
destination Windows.UI.Xaml.Controls.Page
parameter string
return void

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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

UpdateTransportControls() public method

public UpdateTransportControls ( MediaPlayerState state ) : void
state MediaPlayerState
return void

Property Details

Current public_oe static_oe property

public static MainPage Current
return MainPage

MainFrame public_oe property

public Frame,Windows.UI.Xaml.Controls MainFrame
return Windows.UI.Xaml.Controls.Frame

MainPageViewModel public_oe property

public MainPageViewModel,SoundCloudPlus.ViewModels MainPageViewModel
return SoundCloudPlus.ViewModels.MainPageViewModel

PageTitle public_oe property

public string PageTitle
return string

PinToStartButton public_oe property

public Button,Windows.UI.Xaml.Controls PinToStartButton
return Windows.UI.Xaml.Controls.Button