C# Класс FdoToolbox.Base.Controls.FdoUpdateScaffold

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

AddDataProperty() публичный Метод

Adds the data property.
public AddDataProperty ( DataPropertyDefinition dataDef, object value ) : void
dataDef DataPropertyDefinition The data def.
value object The update value
Результат void

AddDataProperty() публичный Метод

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.
Результат void

AddGeometricProperty() публичный Метод

Adds the geometric property.
public AddGeometricProperty ( GeometricPropertyDefinition geomDef, string value ) : void
geomDef GeometricPropertyDefinition The geom def.
value string The update value
Результат void

AddGeometricProperty() публичный Метод

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.
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FdoUpdateScaffold() публичный Метод

public FdoUpdateScaffold ( FdoFeature feature, FdoConnection conn, string filter ) : System
feature FdoFeature
conn FdoConnection
filter string
Результат System

GetValues() публичный Метод

public GetValues ( ) : ValueExpression>.Dictionary
Результат ValueExpression>.Dictionary

InitializeGrid() публичный Метод

public InitializeGrid ( ) : void
Результат void

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e EventArgs
Результат void