C# Class TrakHound_Dashboard.Pages.Options.Logger.Page

Interaction logic for Page.xaml
Inheritance: System.Windows.Controls.UserControl, IPage
Show file Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
DebugEnabledProperty System.Windows.DependencyProperty
DebugRecycleDaysProperty System.Windows.DependencyProperty
ErrorEnabledProperty System.Windows.DependencyProperty
ErrorRecycleDaysProperty System.Windows.DependencyProperty
NotificationEnabledProperty System.Windows.DependencyProperty
NotificationRecycleDaysProperty System.Windows.DependencyProperty
QueueWriteIntervalProperty System.Windows.DependencyProperty
WarningEnabledProperty System.Windows.DependencyProperty
WarningRecycleDaysProperty System.Windows.DependencyProperty

Public Methods

Method Description
Closed ( ) : void
Closing ( ) : bool
GetSentData ( EventData data ) : void
Opened ( ) : void
Opening ( ) : bool
Page ( ) : System
SetZoom ( double zoomPercentage ) : void
SettingChanged ( ) : void

Private Methods

Method Description
GetDaysFromMilliseconds ( long ms ) : int
GetMillisecondsFromDays ( int days ) : long
Help_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Help_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Help_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Load ( ) : void
RestoreDefaults_Clicked ( TrakHound_UI bt ) : void
Save ( ) : void
SettingChangedTimer_Elapsed ( object sender, System e ) : void
Value_PropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Closed() public method

public Closed ( ) : void
return void

Closing() public method

public Closing ( ) : bool
return bool

GetSentData() public method

public GetSentData ( EventData data ) : void
data TrakHound.EventData
return void

Opened() public method

public Opened ( ) : void
return void

Opening() public method

public Opening ( ) : bool
return bool

Page() public method

public Page ( ) : System
return System

SetZoom() public method

public SetZoom ( double zoomPercentage ) : void
zoomPercentage double
return void

SettingChanged() public method

public SettingChanged ( ) : void
return void

Property Details

DebugEnabledProperty public static property

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

DebugRecycleDaysProperty public static property

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

ErrorEnabledProperty public static property

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

ErrorRecycleDaysProperty public static property

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

NotificationEnabledProperty public static property

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

NotificationRecycleDaysProperty public static property

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

QueueWriteIntervalProperty public static property

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

WarningEnabledProperty public static property

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

WarningRecycleDaysProperty public static property

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