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

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

Public Properties

Property Type Description
AddressProperty System.Windows.DependencyProperty
ConnectionTestLoadingProperty System.Windows.DependencyProperty
ConnectionTestResultProperty System.Windows.DependencyProperty
ConnectionTestResultTextProperty System.Windows.DependencyProperty
DeviceNameProperty System.Windows.DependencyProperty
LoadingProperty System.Windows.DependencyProperty
ParentPageProperty System.Windows.DependencyProperty
PortProperty System.Windows.DependencyProperty

Public Methods

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

Private Methods

Method Description
AddDevice ( ) : void
AddDevice_Clicked ( TrakHound_UI bt ) : void
AddDevice_Worker ( object o ) : void
MTConnect_Demo_Clicked ( TrakHound_UI bt ) : void
Okuma_Grinder_Demo_Clicked ( TrakHound_UI bt ) : void
Okuma_Lathe_Demo_Clicked ( TrakHound_UI bt ) : void
Okuma_MachiningCenter_Demo_Clicked ( TrakHound_UI bt ) : void
TestConnection ( ) : void
TestConnectionCancel_Clicked ( TrakHound_UI bt ) : void
TestConnection_Clicked ( TrakHound_UI bt ) : void
TestConnection_GUI ( TestConnectionReturnInfo info ) : void
TestConnection_Worker ( object o ) : 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

Manual() public method

public Manual ( ) : 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

AddressProperty public static property

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

ConnectionTestLoadingProperty public static property

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

ConnectionTestResultProperty public static property

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

ConnectionTestResultTextProperty public static property

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

DeviceNameProperty public static property

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

LoadingProperty public static property

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

ParentPageProperty public static property

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

PortProperty public static property

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