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

Interaction logic for Page.xaml
Inheritance: System.Windows.Controls.UserControl, IPage
Mostra 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_oe static_oe property

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

DebugRecycleDaysProperty public_oe static_oe property

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

ErrorEnabledProperty public_oe static_oe property

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

ErrorRecycleDaysProperty public_oe static_oe property

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

NotificationEnabledProperty public_oe static_oe property

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

NotificationRecycleDaysProperty public_oe static_oe property

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

QueueWriteIntervalProperty public_oe static_oe property

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

WarningEnabledProperty public_oe static_oe property

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

WarningRecycleDaysProperty public_oe static_oe property

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