C# Class TrakHound_Dashboard.Pages.DeviceManager.EditPage

Page used to edit a device's Configuration object using a page/category based GUI
Inheritance: System.Windows.Controls.UserControl, IPage
Afficher le fichier Open project: TrakHound/TrakHound-Community Class Usage Examples

Méthodes publiques

Свойство Type Description
ConfigurationPages List
ConfigurationProperty System.Windows.DependencyProperty
CurrentPageProperty System.Windows.DependencyProperty
DeviceErrorProperty System.Windows.DependencyProperty
DeviceLoadingProperty System.Windows.DependencyProperty
SaveNeededProperty System.Windows.DependencyProperty
SavingProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Closed ( ) : void
Closing ( ) : bool
EditPage ( UserConfiguration _userConfig, string _uniqueId ) : System
GetPluginPageInfos ( ) : void
GetSentData ( EventData data ) : void
Opened ( ) : void
Opening ( ) : bool
SetZoom ( double zoomPercentage ) : void

Private Methods

Méthode Description
AddPage ( IConfigurationInfo info ) : void
AddPageButton ( IConfigurationInfo info ) : void
CreateCurrentUserEventData ( ) : EventData
CreatePage ( IConfigurationInfo info ) : IConfigurationPage
DeviceManager_Clicked ( TrakHound_UI bt ) : void
GetLocalDeviceConfiguration ( string uniqueId ) : DeviceConfiguration
GetPluginPageInfos ( Assembly assembly, List infos ) : void
GetPluginPageInfos ( string path, List infos ) : void
GetProbeData ( DataTable dt ) : void
GetProbeData ( string address, int port, string deviceName ) : void
GetProbeDataItems ( ) : EventData
GetProbeHeader ( ) : EventData
LoadAgentSettings ( DataTable dt ) : void
LoadDevice ( ) : void

Loads the Device's DeviceConfiguration

LoadLocalDevice ( object o ) : void
LoadPage ( IConfigurationPage page ) : void
LoadPages ( ) : void
LoadPages_Finished ( ) : void
LoadUserDevice ( object o ) : void
Page_Selected ( ListButton lb ) : void
Reload_Clicked ( TrakHound_UI bt ) : void
RestorePages ( ) : void
Restore_Clicked ( TrakHound_UI bt ) : void
RunProbe ( string address, MTConnect proxy, int port, string deviceName ) : void
RunProbe_Worker ( object o ) : void
Save ( DataTable dt ) : void
Save_Clicked ( TrakHound_UI bt ) : void
Save_Finished ( bool success ) : void
Save_Worker ( object o ) : void
SendProbeDataItems ( List items ) : void
SendProbeHeader ( MTConnect header ) : void
UpdateLoggedInChanged ( EventData data ) : void
page_SendData ( EventData data ) : void
page_SettingChanged ( string name, string oldVal, string newVal ) : void

Method Details

Closed() public méthode

public Closed ( ) : void
Résultat void

Closing() public méthode

public Closing ( ) : bool
Résultat bool

EditPage() public méthode

public EditPage ( UserConfiguration _userConfig, string _uniqueId ) : System
_userConfig TrakHound.API.Users.UserConfiguration
_uniqueId string
Résultat System

GetPluginPageInfos() public static méthode

public static GetPluginPageInfos ( ) : void
Résultat void

GetSentData() public méthode

public GetSentData ( EventData data ) : void
data TrakHound.EventData
Résultat void

Opened() public méthode

public Opened ( ) : void
Résultat void

Opening() public méthode

public Opening ( ) : bool
Résultat bool

SetZoom() public méthode

public SetZoom ( double zoomPercentage ) : void
zoomPercentage double
Résultat void

Property Details

ConfigurationPages public_oe property

public List ConfigurationPages
Résultat List

ConfigurationProperty public_oe static_oe property

public static DependencyProperty,System.Windows ConfigurationProperty
Résultat System.Windows.DependencyProperty

CurrentPageProperty public_oe static_oe property

public static DependencyProperty,System.Windows CurrentPageProperty
Résultat System.Windows.DependencyProperty

DeviceErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows DeviceErrorProperty
Résultat System.Windows.DependencyProperty

DeviceLoadingProperty public_oe static_oe property

public static DependencyProperty,System.Windows DeviceLoadingProperty
Résultat System.Windows.DependencyProperty

SaveNeededProperty public_oe static_oe property

public static DependencyProperty,System.Windows SaveNeededProperty
Résultat System.Windows.DependencyProperty

SavingProperty public_oe static_oe property

public static DependencyProperty,System.Windows SavingProperty
Résultat System.Windows.DependencyProperty