C# Class ZSCY.Pages.SearchFreeTimeResultPage_new

可用于自身或导航至 Frame 内部的空白页。
Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: RedrockMobile/CyxbsMobile_Win

Public Methods

Method Description
SearchFreeTimeResultPage_new ( ) : Newtonsoft.Json.Linq

Protected Methods

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

在此页将要在 Frame 中显示时进行调用。

Private Methods

Method Description
BackGrid_Tapped ( object sender, TappedRoutedEventArgs e ) : void
CalendarWeekAppBarButton_Click ( object sender, RoutedEventArgs e ) : void

学期和周的切换

FilterAppBarButton_Click ( object sender, RoutedEventArgs e ) : void
HardwareButtons_BackPressed ( object sender, BackPressedEventArgs e ) : void
HubSectionKBNum_Tapped ( object sender, TappedRoutedEventArgs e ) : void
KBNumFlyoutTextBox_KeyUp ( object sender, KeyRoutedEventArgs e ) : void

课表选择页面对回车键的监听

KBNumSearch ( ) : void

输入周查课表

KBNumSearchButton_Click ( object sender, RoutedEventArgs e ) : void

周次选择的搜索键

SetClassAll ( EmptyClassDayLesson setcoloritem, int ClassColor ) : void

给一个课程格子设置颜色,并添加到视图中

ShowWeekendAppBarButton_Click ( object sender, RoutedEventArgs e ) : void

显示隐藏周末

WeeknumConverter ( int weeks ) : string

周数友好显示

initFree ( ) : void

获得各个学号的课表

showFreeKB ( ObservableCollection result, bool showWeekend = false ) : void
showFreeKB ( ObservableCollection termresult, bool showWeekend = false ) : void

给每个时间指定颜色,根据名字,尽量不同。。。

Method Details

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

在此页将要在 Frame 中显示时进行调用。
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs 描述如何访问此页的事件数据。 /// 此参数通常用于配置页。
return void

SearchFreeTimeResultPage_new() public method

public SearchFreeTimeResultPage_new ( ) : Newtonsoft.Json.Linq
return Newtonsoft.Json.Linq