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.
Mostrar archivo Open project: WSCF/WSCF

Public Methods

Method Description
OperationDocumentationTextBoxController ( TextBox documentationTextBox, Operation operation ) : System

Initializes a new instance of OperationDocumentationTextBoxController class with specified values.

Private Methods

Method 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 method

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.
return System