C# Class TheAirline.GraphicsModel.UserControlModel.CalendarModel.ucCalendar

Interaction logic for ucCalendar.xaml
Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Datei anzeigen Open project: TheAirlineProject/tap-desktop Class Usage Examples

Public Properties

Property Type Description
ShowAllProperty DependencyProperty

Private Properties

Property Type Description
ButtonNext_Click void
ButtonPrev_Click void
OnShowAllPropertyChanged void
getCalendarItems List
showMonth void

Public Methods

Method Description
NotifyPropertyChange ( string property ) : void
showCurrentMonth ( ) : void
ucCalendar ( ) : System

Private Methods

Method Description
ButtonNext_Click ( object sender, RoutedEventArgs e ) : void
ButtonPrev_Click ( object sender, RoutedEventArgs e ) : void
OnShowAllPropertyChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
getCalendarItems ( DateTime date ) : List
showMonth ( ) : void

Method Details

NotifyPropertyChange() public method

public NotifyPropertyChange ( string property ) : void
property string
return void

showCurrentMonth() public method

public showCurrentMonth ( ) : void
return void

ucCalendar() public method

public ucCalendar ( ) : System
return System

Property Details

ShowAllProperty public_oe static_oe property

public static DependencyProperty ShowAllProperty
return DependencyProperty