Property | Type | Description | |
---|---|---|---|
ControlsToData | void | ||
DataToControls | void | ||
InitColumns | void | ||
InitializeComponent | void |
Method | Description | |
---|---|---|
AddDocument ( Document document ) : void | ||
DeleteDocument ( Document document ) : void | ||
DocumentListView ( ) : System.Collections.Generic | ||
DocumentListView ( IContainer container ) : System.Collections.Generic | ||
SelectedDocument ( ) : Document | ||
UpdateDocument ( Document document, System.Windows.Forms.ListViewItem item ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
InitColumns ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
public AddDocument ( Document document ) : void | ||
document | Document | |
return | void |
public DeleteDocument ( Document document ) : void | ||
document | Document | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public DocumentListView ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public DocumentListView ( IContainer container ) : System.Collections.Generic | ||
container | IContainer | |
return | System.Collections.Generic |
public UpdateDocument ( Document document, System.Windows.Forms.ListViewItem item ) : void | ||
document | Document | |
item | System.Windows.Forms.ListViewItem | |
return | void |