C# 클래스 Gymnastika.Views.StartupView

Interaction logic for StartupView.xaml
상속: System.Windows.Controls.UserControl, IStartupView
파일 보기 프로젝트 열기: weiqiyiji/Gymnastika

공개 프로퍼티들

프로퍼티 타입 설명
IsBusyProperty System.Windows.DependencyProperty
IsCenterProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetIsCenter ( DependencyObject obj ) : bool
SetIsCenter ( DependencyObject obj, bool value ) : void
ShowBusyIndicator ( ) : void
StartupView ( StartupViewModel model ) : System

비공개 메소드들

메소드 설명
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnSelectorClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

GetIsCenter() 공개 정적인 메소드

public static GetIsCenter ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

SetIsCenter() 공개 정적인 메소드

public static SetIsCenter ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

ShowBusyIndicator() 공개 메소드

public ShowBusyIndicator ( ) : void
리턴 void

StartupView() 공개 메소드

public StartupView ( StartupViewModel model ) : System
model Gymnastika.ViewModels.StartupViewModel
리턴 System

프로퍼티 상세

IsBusyProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsBusyProperty
리턴 System.Windows.DependencyProperty

IsCenterProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsCenterProperty
리턴 System.Windows.DependencyProperty