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

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

공개 메소드들

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