C# Class FdoToolbox.Base.Controls.FdoUpdateScaffold

ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
AddDataProperty ( DataPropertyDefinition dataDef, object value ) : void

Adds the data property.

AddDataProperty ( DataPropertyDefinition dataDef, object value, String szClassHierarchy ) : void

Adds the data property.

AddGeometricProperty ( GeometricPropertyDefinition geomDef, string value ) : void

Adds the geometric property.

AddGeometricProperty ( GeometricPropertyDefinition geomDef, string value, String szClassHierarchy ) : void

Adds the geometric property.

FdoUpdateScaffold ( FdoFeature feature, FdoConnection conn, string filter ) : System
GetValues ( ) : ValueExpression>.Dictionary
InitializeGrid ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
FdoUpdateScaffold ( ) : 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
btnUpdate_Click ( object sender, EventArgs e ) : void
grdProperties_CellValueChanged ( object sender, DataGridViewCellEventArgs e ) : void

Method Details

AddDataProperty() public method

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

AddDataProperty() public method

Adds the data property.
public AddDataProperty ( DataPropertyDefinition dataDef, object value, String szClassHierarchy ) : void
dataDef DataPropertyDefinition The data def.
value object The update value
szClassHierarchy String The class name hierarchy.
return void

AddGeometricProperty() public method

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

AddGeometricProperty() public method

Adds the geometric property.
public AddGeometricProperty ( GeometricPropertyDefinition geomDef, string value, String szClassHierarchy ) : void
geomDef GeometricPropertyDefinition The geom def.
value string The update value
szClassHierarchy String The class name hierarchy.
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

FdoUpdateScaffold() public method

public FdoUpdateScaffold ( FdoFeature feature, FdoConnection conn, string filter ) : System
feature FdoFeature
conn FdoConnection
filter string
return System

GetValues() public method

public GetValues ( ) : ValueExpression>.Dictionary
return ValueExpression>.Dictionary

InitializeGrid() public method

public InitializeGrid ( ) : void
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void