C# 클래스 Bloom.CollectionCreating.CollectionNameControl

파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

보호된 프로퍼티들

프로퍼티 타입 설명
_collectionNameControl System.Windows.Forms.TextBox

Private Properties

프로퍼티 타입 설명
GetNameIsOk bool
InitializeComponent void

공개 메소드들

메소드 설명
CollectionNameControl ( ) : System
Init ( bool>.Action SetButtonState, NewCollectionSettings collectionInfo, string destinationDirectory ) : void
NowVisible ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

_textLibraryName_TextChanged ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GetNameIsOk ( ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

CollectionNameControl() 공개 메소드

public CollectionNameControl ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Init() 공개 메소드

public Init ( bool>.Action SetButtonState, NewCollectionSettings collectionInfo, string destinationDirectory ) : void
SetButtonState bool>.Action
collectionInfo NewCollectionSettings
destinationDirectory string
리턴 void

NowVisible() 공개 메소드

public NowVisible ( ) : void
리턴 void

_textLibraryName_TextChanged() 보호된 메소드

protected _textLibraryName_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

_collectionNameControl 보호되어 있는 프로퍼티

protected System.Windows.Forms.TextBox _collectionNameControl
리턴 System.Windows.Forms.TextBox