C# Class Thinktecture.Tools.Web.Services.WsdlWizard.WsdlWizardForm.OperationDocumentationTextBoxController

Represents a custom controller to handle the dynamically created text box which contains the Operation documentation.
Afficher le fichier Open project: WSCF/WSCF

Méthodes publiques

Méthode Description
OperationDocumentationTextBoxController ( TextBox documentationTextBox, Operation operation ) : System

Initializes a new instance of OperationDocumentationTextBoxController class with specified values.

Private Methods

Méthode Description
TextBox_TextChanged ( object sender, EventArgs e ) : void

Performs the actions when the text box content changes.

This method updates the Operation object's documentation property.

Method Details

OperationDocumentationTextBoxController() public méthode

Initializes a new instance of OperationDocumentationTextBoxController class with specified values.
public OperationDocumentationTextBoxController ( TextBox documentationTextBox, Operation operation ) : System
documentationTextBox System.Windows.Forms.TextBox Reference to the text box control which contains the documentation.
operation Operation Reference to an instance of class which belongs the documentation.
Résultat System