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

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

공개 메소드들

메소드 설명
OperationDocumentationTextBoxController ( TextBox documentationTextBox, Operation operation ) : System

Initializes a new instance of OperationDocumentationTextBoxController class with specified values.

비공개 메소드들

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

메소드 상세

OperationDocumentationTextBoxController() 공개 메소드

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