C# Class Bloom.CollectionCreating.CollectionNameControl

Show file Open project: BloomBooks/BloomDesktop

Protected Properties

Property Type Description
_collectionNameControl System.Windows.Forms.TextBox

Private Properties

Property Type Description
GetNameIsOk bool
InitializeComponent void

Public Methods

Method Description
CollectionNameControl ( ) : System
Init ( bool>.Action SetButtonState, NewCollectionSettings collectionInfo, string destinationDirectory ) : void
NowVisible ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

_textLibraryName_TextChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetNameIsOk ( ) : bool
InitializeComponent ( ) : void

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

Method Details

CollectionNameControl() public method

public CollectionNameControl ( ) : System
return System

Dispose() protected method

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

Init() public method

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

NowVisible() public method

public NowVisible ( ) : void
return void

_textLibraryName_TextChanged() protected method

protected _textLibraryName_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

_collectionNameControl protected property

protected System.Windows.Forms.TextBox _collectionNameControl
return System.Windows.Forms.TextBox