C# Class nHydrate.Generator.Forms.RowEntryCollectionForm

Inheritance: System.Windows.Forms.Form
Show file Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
_table nHydrate.Generator.Models.Table

Public Methods

Method Description
RowEntryCollectionForm ( ) : System
RowEntryCollectionForm ( Table table ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

cmdCancel_Click ( object sender, System e ) : void
cmdClear_Click ( object sender, EventArgs e ) : void
cmdCopy_Click ( object sender, EventArgs e ) : void
cmdOK_Click ( object sender, System e ) : void
cmdPaste_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

RowEntryCollectionForm() public method

public RowEntryCollectionForm ( ) : System
return System

RowEntryCollectionForm() public method

public RowEntryCollectionForm ( Table table ) : System
table nHydrate.Generator.Models.Table
return System

Property Details

_table protected property

protected Table,nHydrate.Generator.Models _table
return nHydrate.Generator.Models.Table