C# Class Bloom.CollectionCreating.CollectionNameControl

Afficher le fichier Open project: BloomBooks/BloomDesktop

Protected Properties

Свойство Type Description
_collectionNameControl System.Windows.Forms.TextBox

Private Properties

Свойство Type Description
GetNameIsOk bool
InitializeComponent void

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

_textLibraryName_TextChanged ( object sender, EventArgs e ) : void

Private Methods

Méthode 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 méthode

public CollectionNameControl ( ) : System
Résultat System

Dispose() protected méthode

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

Init() public méthode

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

NowVisible() public méthode

public NowVisible ( ) : void
Résultat void

_textLibraryName_TextChanged() protected méthode

protected _textLibraryName_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

_collectionNameControl protected_oe property

protected System.Windows.Forms.TextBox _collectionNameControl
Résultat System.Windows.Forms.TextBox