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.
|
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.
|
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 |
public AddDataProperty ( DataPropertyDefinition dataDef ) : void | ||
dataDef | DataPropertyDefinition | The data def. |
return | void |
public AddGeometricProperty ( GeometricPropertyDefinition geomDef ) : void | ||
geomDef | GeometricPropertyDefinition | The geom def. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public FdoBulkUpdateCtl ( FdoConnection conn, string className ) : System | ||
conn | FdoConnection | The conn. |
className | string | Name of the class. |
return | System |
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 |
public GetValues ( ) : ValueExpression>.Dictionary |
||
return | ValueExpression>.Dictionary |
protected OnLoad ( EventArgs e ) : void | ||
e | EventArgs | An |
return | void |