C# Class PurgarNET.AAConnector.Console.RunbookActivityForm

Interaction logic for RunbookActivityForm.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: jurepurgar/aa-scsm-connector

Public Properties

Property Type Description
Mappings ParameterMappings
PropertyDefinitions List

Public Methods

Method Description
Init ( ParameterMappings mappings, System.Guid mpClassId ) : void
RunbookActivityForm ( ) : Microsoft.EnterpriseManagement

Private Methods

Method Description
ComboBox_Loaded ( object sender, RoutedEventArgs e ) : void
ComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
CreateValueEditor ( ComboBox box ) : void
GetValuePresenterForCombo ( ComboBox box ) : ContentPresenter
OnPreviewSubmit ( object sender, PreviewFormCommandEventArgs e ) : void
RefreshRunbookButton_Click ( object sender, RoutedEventArgs e ) : void
RefreshRunbookParameters ( ) : System.Threading.Tasks.Task
SelectRunOnButton_Click ( object sender, RoutedEventArgs e ) : void
SelectRunbookButton_Click ( object sender, RoutedEventArgs e ) : void
UserControl_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Init() public method

public Init ( ParameterMappings mappings, System.Guid mpClassId ) : void
mappings ParameterMappings
mpClassId System.Guid
return void

RunbookActivityForm() public method

public RunbookActivityForm ( ) : Microsoft.EnterpriseManagement
return Microsoft.EnterpriseManagement

Property Details

Mappings public_oe property

public ParameterMappings Mappings
return ParameterMappings

PropertyDefinitions public_oe property

public List PropertyDefinitions
return List