C# Class FdoToolbox.Base.Controls.FdoUpdateScaffold

Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

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

AddDataProperty() public méthode

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.
Résultat void

AddGeometricProperty() public méthode

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

AddGeometricProperty() public méthode

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.
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FdoUpdateScaffold() public méthode

public FdoUpdateScaffold ( FdoFeature feature, FdoConnection conn, string filter ) : System
feature FdoFeature
conn FdoConnection
filter string
Résultat System

GetValues() public méthode

public GetValues ( ) : ValueExpression>.Dictionary
Résultat ValueExpression>.Dictionary

InitializeGrid() public méthode

public InitializeGrid ( ) : void
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void