C# 클래스 FdoToolbox.Base.Controls.FdoBulkUpdateCtl

파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
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