C# Class PurgarNET.AAConnector.Console.RunbookActivityForm

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

Méthodes publiques

Свойство Type Description
Mappings ParameterMappings
PropertyDefinitions List

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Init ( ParameterMappings mappings, System.Guid mpClassId ) : void
mappings ParameterMappings
mpClassId System.Guid
Résultat void

RunbookActivityForm() public méthode

public RunbookActivityForm ( ) : Microsoft.EnterpriseManagement
Résultat Microsoft.EnterpriseManagement

Property Details

Mappings public_oe property

public ParameterMappings Mappings
Résultat ParameterMappings

PropertyDefinitions public_oe property

public List PropertyDefinitions
Résultat List