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

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

Public Properties

Property Type Description
AddressProperty System.Windows.DependencyProperty
AssetBufferSizeProperty System.Windows.DependencyProperty
AssetCountProperty System.Windows.DependencyProperty
BufferSizeProperty System.Windows.DependencyProperty
ConnectionTestLoadingProperty System.Windows.DependencyProperty
ConnectionTestResultProperty System.Windows.DependencyProperty
ConnectionTestResultTextProperty System.Windows.DependencyProperty
DeviceNameProperty System.Windows.DependencyProperty
HeartbeatProperty System.Windows.DependencyProperty
Heartbeat_TimeSpanProperty System.Windows.DependencyProperty
InstanceIdProperty System.Windows.DependencyProperty
LoadingProperty System.Windows.DependencyProperty
PortProperty System.Windows.DependencyProperty
ProxyAddressProperty System.Windows.DependencyProperty
ProxyPortProperty System.Windows.DependencyProperty
SenderProperty System.Windows.DependencyProperty
VersionProperty 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
AddDevices ( ReturnData returnData ) : void
ChangeSetting ( string name, string val ) : void
ClearAgentInfo ( ) : void
CurrentSlider_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
FormatIPAddress ( string input ) : string
GetProbeHeader ( EventData data ) : void
GetTimeSpanFromString ( string s ) : System.TimeSpan
GetURL ( string input ) : string
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
LoadProbeHeader ( MTConnect header ) : void
TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : 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
UpdatePort ( int port ) : void
heartbeat_TXT_LostFocus ( object sender, RoutedEventArgs e ) : void
heartbeat_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
ipaddress_TXT_LostFocus ( object sender, RoutedEventArgs e ) : void
radio_Checked ( object sender, RoutedEventArgs 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

AddressProperty public_oe static_oe property

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

AssetBufferSizeProperty public_oe static_oe property

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

AssetCountProperty public_oe static_oe property

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

BufferSizeProperty public_oe static_oe property

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

ConnectionTestLoadingProperty public_oe static_oe property

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

ConnectionTestResultProperty public_oe static_oe property

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

ConnectionTestResultTextProperty public_oe static_oe property

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

DeviceNameProperty public_oe static_oe property

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

HeartbeatProperty public_oe static_oe property

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

Heartbeat_TimeSpanProperty public_oe static_oe property

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

InstanceIdProperty public_oe static_oe property

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

LoadingProperty public_oe static_oe property

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

PortProperty public_oe static_oe property

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

ProxyAddressProperty public_oe static_oe property

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

ProxyPortProperty public_oe static_oe property

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

SenderProperty public_oe static_oe property

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

VersionProperty public_oe static_oe property

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