C# Class TrakHound_Dashboard.Pages.DeviceManager.AddDevice.Pages.LoadFromFile

Page containing options for loading a Device from a local file
Inheritance: System.Windows.Controls.UserControl, IPage
Exibir arquivo Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
AddedSuccessfullyProperty System.Windows.DependencyProperty

Public Methods

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

Private Methods

Method Description
Browse_Clicked ( TrakHound_UI bt ) : void
ClearDevices ( ) : void
DeviceManager_Clicked ( TrakHound_UI bt ) : void
LoadDevice ( string path ) : bool

Load a Device from a local path

LoadDeviceFromFile ( ) : void

Open a Windows Dialog to select files and then load each file as a Device

OpenConfigurationBrowse ( ) : string[]

Open a Windows Dialog to select files to load as Devices

Rectangle_DragEnter ( object sender, System.Windows.DragEventArgs e ) : void
Rectangle_Drop ( object sender, System.Windows.DragEventArgs e ) : void
UpdateDeviceAdded ( EventData data ) : void
UpdateDeviceRemoved ( EventData data ) : void
UpdateDeviceUpdated ( EventData data ) : void
UpdateDevicesLoading ( EventData data ) : void
UpdateLoggedInChanged ( EventData data ) : 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

LoadFromFile() public method

public LoadFromFile ( ) : System
return System

Opened() public method

public Opened ( ) : void
return void

Opening() public method

public Opening ( ) : bool
return bool

SetZoom() public method

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

Property Details

AddedSuccessfullyProperty public_oe static_oe property

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