C# Class FdoToolbox.Base.Controls.FdoBulkUpdateCtl

Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
AddDataProperty ( DataPropertyDefinition dataDef ) : void

Adds the data property.

AddGeometricProperty ( GeometricPropertyDefinition geomDef ) : void

Adds the geometric property.

FdoBulkUpdateCtl ( FdoConnection conn, string className ) : System

Initializes a new instance of the FdoBulkUpdateCtl class.

FdoBulkUpdateCtl ( FdoConnection conn, string className, string initialFilter ) : System

Initializes a new instance of the FdoBulkUpdateCtl class.

GetValues ( ) : ValueExpression>.Dictionary

Gets the values.

InitializeGrid ( ) : void

Initializes the grid.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Raises the E:System.Windows.Forms.UserControl.Load event.

Private Methods

Method Description
FdoBulkUpdateCtl ( ) : System
InitializeComponent ( ) : void

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

btnCancel_Click ( object sender, EventArgs e ) : void
btnTest_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
txtUpdateFilter_Click ( object sender, EventArgs e ) : void

Method Details

AddDataProperty() public method

Adds the data property.
public AddDataProperty ( DataPropertyDefinition dataDef ) : void
dataDef DataPropertyDefinition The data def.
return void

AddGeometricProperty() public method

Adds the geometric property.
public AddGeometricProperty ( GeometricPropertyDefinition geomDef ) : void
geomDef GeometricPropertyDefinition The geom def.
return void

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

FdoBulkUpdateCtl() public method

Initializes a new instance of the FdoBulkUpdateCtl class.
public FdoBulkUpdateCtl ( FdoConnection conn, string className ) : System
conn FdoConnection The conn.
className string Name of the class.
return System

FdoBulkUpdateCtl() public method

Initializes a new instance of the FdoBulkUpdateCtl class.
public FdoBulkUpdateCtl ( FdoConnection conn, string className, string initialFilter ) : System
conn FdoConnection The conn.
className string Name of the class.
initialFilter string The initial filter.
return System

GetValues() public method

Gets the values.
public GetValues ( ) : ValueExpression>.Dictionary
return ValueExpression>.Dictionary

InitializeGrid() public method

Initializes the grid.
public InitializeGrid ( ) : void
return void

OnLoad() protected method

Raises the E:System.Windows.Forms.UserControl.Load event.
protected OnLoad ( EventArgs e ) : void
e EventArgs An that contains the event data.
return void