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

Represents a custom controller to handle the dynamically created text box which contains the Message documentation.
Mostrar archivo Open project: WSCF/WSCF

Public Methods

Method Description
MessageDocumentationTextBoxController ( TextBox documentationTextBox, Message message ) : System

Initializes a new instance of MessageDocumentationTextBoxController 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 Message object's documentation property.

Method Details

MessageDocumentationTextBoxController() public method

Initializes a new instance of MessageDocumentationTextBoxController class with specified values.
public MessageDocumentationTextBoxController ( TextBox documentationTextBox, Message message ) : System
documentationTextBox System.Windows.Forms.TextBox Reference to the text box control which contains the documentation.
message Thinktecture.Tools.Web.Services.ServiceDescription.Message Reference to an instance of class which belongs the documentation.
return System