C# 클래스 Thinktecture.Tools.Web.Services.WsdlWizard.WsdlWizardForm.MessageDocumentationTextBoxController

Represents a custom controller to handle the dynamically created text box which contains the Message documentation.
파일 보기 프로젝트 열기: WSCF/WSCF

공개 메소드들

메소드 설명
MessageDocumentationTextBoxController ( TextBox documentationTextBox, Message message ) : System

Initializes a new instance of MessageDocumentationTextBoxController class with specified values.

비공개 메소드들

메소드 설명
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.

메소드 상세

MessageDocumentationTextBoxController() 공개 메소드

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.
리턴 System