C# Class TrakHound_Dashboard.Pages.DeviceManager.Pages.Description.Page

Interaction logic for Page.xaml
Inheritance: System.Windows.Controls.UserControl, IConfigurationPage
Exibir arquivo Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
ControllerProperty System.Windows.DependencyProperty
DeviceDescriptionProperty System.Windows.DependencyProperty
DeviceIdProperty System.Windows.DependencyProperty
DeviceImageLoadingProperty System.Windows.DependencyProperty
DeviceImageLoadingTextProperty System.Windows.DependencyProperty
DeviceImageProperty System.Windows.DependencyProperty
DeviceImageSetProperty System.Windows.DependencyProperty
DeviceTypeProperty System.Windows.DependencyProperty
LoadingProperty System.Windows.DependencyProperty
LocationProperty System.Windows.DependencyProperty
ManufacturerLogoLoadingProperty System.Windows.DependencyProperty
ManufacturerLogoLoadingTextProperty System.Windows.DependencyProperty
ManufacturerLogoProperty System.Windows.DependencyProperty
ManufacturerLogoSetProperty System.Windows.DependencyProperty
ManufacturerProperty System.Windows.DependencyProperty
ModelProperty System.Windows.DependencyProperty
SerialProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetSentData ( EventData data ) : void
LoadConfiguration ( DataTable dt ) : void
Page ( ) : System
SaveConfiguration ( DataTable dt ) : void
SetZoom ( double zoomPercentage ) : void

Private Methods

Method Description
ChangeSetting ( string name, string val ) : void
DeviceImage_ClearClicked ( TrakHound_UI sender ) : void
DeviceImage_UploadClicked ( TrakHound_UI sender ) : void
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
LoadDeviceImage ( string fileId ) : void
LoadDeviceImage_GUI ( System.Windows.Media.Imaging.BitmapSource img ) : void
LoadDeviceImage_Worker ( object o ) : void
LoadManufacturerLogo ( string fileId ) : void
LoadManufacturerLogo_GUI ( System.Windows.Media.Imaging.BitmapSource img ) : void
LoadManufacturerLogo_Worker ( object o ) : void
ManufacturerLogo_ClearClicked ( TrakHound_UI sender ) : void
ManufacturerLogo_UploadClicked ( TrakHound_UI sender ) : void
TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
UploadDeviceImage ( ) : void
UploadDeviceImage_GUI ( string fileId ) : void
UploadDeviceImage_Worker ( object o ) : void
UploadManufacturerLogo ( ) : void
UploadManufacturerLogo_GUI ( string fileId ) : void
UploadManufacturerLogo_Worker ( object o ) : void
controller_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
devicedescription_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
deviceid_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
devicetype_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
manufacturer_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
model_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
serial_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

GetSentData() public method

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

LoadConfiguration() public method

public LoadConfiguration ( DataTable dt ) : void
dt System.Data.DataTable
return void

Page() public method

public Page ( ) : System
return System

SaveConfiguration() public method

public SaveConfiguration ( DataTable dt ) : void
dt System.Data.DataTable
return void

SetZoom() public method

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

Property Details

ControllerProperty public_oe static_oe property

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

DeviceDescriptionProperty public_oe static_oe property

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

DeviceIdProperty public_oe static_oe property

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

DeviceImageLoadingProperty public_oe static_oe property

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

DeviceImageLoadingTextProperty public_oe static_oe property

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

DeviceImageProperty public_oe static_oe property

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

DeviceImageSetProperty public_oe static_oe property

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

DeviceTypeProperty public_oe static_oe property

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

LoadingProperty public_oe static_oe property

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

LocationProperty public_oe static_oe property

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

ManufacturerLogoLoadingProperty public_oe static_oe property

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

ManufacturerLogoLoadingTextProperty public_oe static_oe property

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

ManufacturerLogoProperty public_oe static_oe property

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

ManufacturerLogoSetProperty public_oe static_oe property

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

ManufacturerProperty public_oe static_oe property

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

ModelProperty public_oe static_oe property

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

SerialProperty public_oe static_oe property

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