C# Class TheAirline.GUIModel.CustomControlsModel.ucTimeline

Interaction logic for ucTimeline.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: TheAirlineProject/tap-desktop

Public Properties

Property Type Description
DayProperty System.Windows.DependencyProperty
EntriesProperty System.Windows.DependencyProperty
EntryAddedEvent System.Windows.RoutedEvent
EntryChangedEvent System.Windows.RoutedEvent
EntryDeletedEvent System.Windows.RoutedEvent

Private Properties

Property Type Description
getPositionTime System.TimeSpan
timeline_Drop void
timeline_MouseMove void
timeline_PreviewMouseLeftButtonDown void
tlEntry_MouseDown void

Public Methods

Method Description
ucTimeline ( ) : System

Private Methods

Method Description
getPositionTime ( double position ) : System.TimeSpan
timeline_Drop ( object sender, System.Windows.DragEventArgs e ) : void
timeline_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
timeline_PreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
tlEntry_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

ucTimeline() public method

public ucTimeline ( ) : System
return System

Property Details

DayProperty public static property

public static DependencyProperty,System.Windows DayProperty
return System.Windows.DependencyProperty

EntriesProperty public static property

public static DependencyProperty,System.Windows EntriesProperty
return System.Windows.DependencyProperty

EntryAddedEvent public static property

public static RoutedEvent,System.Windows EntryAddedEvent
return System.Windows.RoutedEvent

EntryChangedEvent public static property

public static RoutedEvent,System.Windows EntryChangedEvent
return System.Windows.RoutedEvent

EntryDeletedEvent public static property

public static RoutedEvent,System.Windows EntryDeletedEvent
return System.Windows.RoutedEvent