C# Class OSAE.Weather_Control.AddNewControl

Interaction logic for AddNewControl.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: opensourceautomation/Open-Source-Automation

Public Properties

Property Type Description
_controlName string
currentScreen string

Public Methods

Method Description
AddNewControl ( string screen, string pluginName, string user, string controlName = "" ) : System

Private Methods

Method Description
Enable_Buttons ( ) : void
LoadCurrentScreenObject ( string controlName ) : void
LoadObjects ( ) : void

Load the object types from the DB into the combo box

NotifyParentFinished ( ) : void

Let the hosting contol know that we are done

At present it tells the parent to close, this could later be altered to have a event that fires to the parent allowing them to decide what to do when the control is finished. If the control is being hosted in an element host this will have no affect as the parent is the element host and not the form.

ValidateForm ( string mthd ) : bool
addButton_Click ( object sender, RoutedEventArgs e ) : void
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnDelete_Click ( object sender, RoutedEventArgs e ) : void
btnUpdate_Click ( object sender, RoutedEventArgs e ) : void
cancelbutton_Click ( object sender, RoutedEventArgs e ) : void
getExtraParams ( string controlName ) : void

Loads extra Parmeters in to edit screen

paramList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
saveParmValue_Click ( object sender, RoutedEventArgs e ) : void

Method Details

AddNewControl() public method

public AddNewControl ( string screen, string pluginName, string user, string controlName = "" ) : System
screen string
pluginName string
user string
controlName string
return System

Property Details

_controlName public_oe property

public string _controlName
return string

currentScreen public_oe property

public string currentScreen
return string