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

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

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

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

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

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

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Raises the E:System.Windows.Forms.UserControl.Load event.

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

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

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

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

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

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

Adds the geometric property.
public AddGeometricProperty ( GeometricPropertyDefinition geomDef ) : void
geomDef GeometricPropertyDefinition The geom def.
Результат 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

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

Initializes a new instance of the FdoBulkUpdateCtl class.
public FdoBulkUpdateCtl ( FdoConnection conn, string className ) : System
conn FdoConnection The conn.
className string Name of the class.
Результат System

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

Initializes a new instance of the FdoBulkUpdateCtl class.
public FdoBulkUpdateCtl ( FdoConnection conn, string className, string initialFilter ) : System
conn FdoConnection The conn.
className string Name of the class.
initialFilter string The initial filter.
Результат System

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

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

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

Initializes the grid.
public InitializeGrid ( ) : void
Результат void

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

Raises the E:System.Windows.Forms.UserControl.Load event.
protected OnLoad ( EventArgs e ) : void
e EventArgs An that contains the event data.
Результат void