C# 클래스 Microsoft.Phone.Controls.Primitives.DateTimePickerPageBase

Represents a base class for pages that work with DateTimePickerBase to allow users to choose a date/time.
상속: PhoneApplicationPage, IDateTimePickerPage
파일 보기 프로젝트 열기: Kinnara/WPToolkit

공개 메소드들

메소드 설명
SetFlowDirection ( FlowDirection flowDirection ) : void

Sets the selectors and title flow direction.

보호된 메소드들

메소드 설명
GetSelectorsOrderedByCulturePattern ( ) : IEnumerable

Gets a sequence of LoopingSelector parts ordered according to culture string for date/time formatting.

GetSelectorsOrderedByCulturePattern ( string pattern, char patternCharacters, LoopingSelector selectors ) : IEnumerable

Gets a sequence of LoopingSelector parts ordered according to culture string for date/time formatting.

InitializeDateTimePickerPage ( LoopingSelector primarySelector, LoopingSelector secondarySelector, LoopingSelector tertiarySelector ) : void

Initializes the DateTimePickerPageBase class; must be called from the subclass's constructor.

OnBackKeyPress ( CancelEventArgs e ) : void

Called when the Back key is pressed.

OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void

Called when a page is no longer the active page in a frame.

OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Called when a page becomes the active page in a frame.

비공개 메소드들

메소드 설명
ClosePickerPage ( ) : void
OnCancelButtonClick ( object sender, EventArgs e ) : void
OnClosedStoryboardCompleted ( object sender, EventArgs e ) : void
OnDataSourceSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnDoneButtonClick ( object sender, EventArgs e ) : void
OnSelectorIsExpandedChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetSelectorsOrderedByCulturePattern() 보호된 추상적인 메소드

Gets a sequence of LoopingSelector parts ordered according to culture string for date/time formatting.
protected abstract GetSelectorsOrderedByCulturePattern ( ) : IEnumerable
리턴 IEnumerable

GetSelectorsOrderedByCulturePattern() 보호된 정적인 메소드

Gets a sequence of LoopingSelector parts ordered according to culture string for date/time formatting.
protected static GetSelectorsOrderedByCulturePattern ( string pattern, char patternCharacters, LoopingSelector selectors ) : IEnumerable
pattern string Culture-specific date/time format string.
patternCharacters char Date/time format string characters for the primary/secondary/tertiary LoopingSelectors.
selectors LoopingSelector Instances for the primary/secondary/tertiary LoopingSelectors.
리턴 IEnumerable

InitializeDateTimePickerPage() 보호된 메소드

Initializes the DateTimePickerPageBase class; must be called from the subclass's constructor.
protected InitializeDateTimePickerPage ( LoopingSelector primarySelector, LoopingSelector secondarySelector, LoopingSelector tertiarySelector ) : void
primarySelector LoopingSelector Primary selector.
secondarySelector LoopingSelector Secondary selector.
tertiarySelector LoopingSelector Tertiary selector.
리턴 void

OnBackKeyPress() 보호된 메소드

Called when the Back key is pressed.
protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs Event arguments.
리턴 void

OnNavigatedFrom() 보호된 메소드

Called when a page is no longer the active page in a frame.
protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs An object that contains the event data.
리턴 void

OnNavigatedTo() 보호된 메소드

Called when a page becomes the active page in a frame.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs An object that contains the event data.
리턴 void

SetFlowDirection() 공개 추상적인 메소드

Sets the selectors and title flow direction.
public abstract SetFlowDirection ( FlowDirection flowDirection ) : void
flowDirection FlowDirection Flow direction to set.
리턴 void