C# Class FdoToolbox.Base.Controls.FdoInsertScaffold

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

Méthodes publiques

Méthode Description
AddAssociationProperty ( AssociationPropertyDefinition assocDef ) : void

Adds the association property.

AddAssociationProperty ( AssociationPropertyDefinition assocDef, String szClassHierarchy ) : void

Adds the association property.

AddDataProperty ( DataPropertyDefinition dataDef ) : void

Adds the data property.

AddDataProperty ( DataPropertyDefinition dataDef, String szClassHierarchy ) : void

Adds the data property.

AddGeometricProperty ( GeometricPropertyDefinition geomDef ) : void

Adds the geometric property.

AddGeometricProperty ( GeometricPropertyDefinition geomDef, String szClassHierarchy ) : void

Adds the geometric property.

AddObjectProperty ( ObjectPropertyDefinition objectDef ) : void

Adds the object property.

AddObjectProperty ( ObjectPropertyDefinition objectDef, String szClassHierarchy ) : void

Adds the object property.

FdoInsertScaffold ( FdoConnection conn, string className ) : System

Initializes a new instance of the FdoInsertScaffold class.

GetValues ( ) : ValueExpression>.Dictionary

Gets the values.

InitializeGrid ( ) : void

Initializes the grid.

Méthodes protégées

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

Méthode Description
FdoInsertScaffold ( ) : 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
btnInsert_Click ( object sender, EventArgs e ) : void

Method Details

AddAssociationProperty() public méthode

Adds the association property.
public AddAssociationProperty ( AssociationPropertyDefinition assocDef ) : void
assocDef AssociationPropertyDefinition The association def.
Résultat void

AddAssociationProperty() public méthode

Adds the association property.
public AddAssociationProperty ( AssociationPropertyDefinition assocDef, String szClassHierarchy ) : void
assocDef AssociationPropertyDefinition The association def.
szClassHierarchy String The class name hierarchy.
Résultat void

AddDataProperty() public méthode

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

AddDataProperty() public méthode

Adds the data property.
public AddDataProperty ( DataPropertyDefinition dataDef, String szClassHierarchy ) : void
dataDef DataPropertyDefinition The data def.
szClassHierarchy String The class name hierarchy.
Résultat void

AddGeometricProperty() public méthode

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

AddGeometricProperty() public méthode

Adds the geometric property.
public AddGeometricProperty ( GeometricPropertyDefinition geomDef, String szClassHierarchy ) : void
geomDef GeometricPropertyDefinition The geom def.
szClassHierarchy String The class name hierarchy.
Résultat void

AddObjectProperty() public méthode

Adds the object property.
public AddObjectProperty ( ObjectPropertyDefinition objectDef ) : void
objectDef ObjectPropertyDefinition The object def.
Résultat void

AddObjectProperty() public méthode

Adds the object property.
public AddObjectProperty ( ObjectPropertyDefinition objectDef, String szClassHierarchy ) : void
objectDef ObjectPropertyDefinition The object def.
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

FdoInsertScaffold() public méthode

Initializes a new instance of the FdoInsertScaffold class.
public FdoInsertScaffold ( FdoConnection conn, string className ) : System
conn FdoConnection The conn.
className string Name of the class.
Résultat System

GetValues() public méthode

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

InitializeGrid() public méthode

Initializes the grid.
public InitializeGrid ( ) : void
Résultat void

OnLoad() protected méthode

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