C# Class FdoToolbox.Base.Forms.PartialSchemaSaveDialog

ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
PartialSchemaSaveDialog ( FeatureSchema schema ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
CanSave ( ) : bool
CheckAll ( TreeNodeCollection nodes, bool state ) : void
DetachAffectedClasses ( ClassDefinition classes ) : int
GetAffectedAssociationProperties ( string className ) : AssociationPropertyDefinition[]
GetAffectedClasses ( string className ) : ClassDefinition[]
GetAffectedConstraints ( string className, string propName ) : UniqueConstraint[]
InitTree ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PartialSchemaSaveDialog ( ) : System
PurgeAffectedAssocationProperties ( AssociationPropertyDefinition properties ) : int
PurgeAffectedConstraints ( string className, UniqueConstraint constraints ) : int
RemoveNode ( string className, string propertyName ) : void
btnBrowseFile_Click ( object sender, EventArgs e ) : void
btnBrowseXml_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnCheckAll_Click ( object sender, EventArgs e ) : void
btnCheckNone_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
rdFile_CheckedChanged ( object sender, EventArgs e ) : void
rdXml_CheckedChanged ( object sender, EventArgs e ) : void
treeSchema_AfterCheck ( object sender, TreeViewEventArgs e ) : void
treeSchema_BeforeCheck ( object sender, TreeViewCancelEventArgs e ) : void
txtFile_TextChanged ( object sender, EventArgs e ) : void
txtXml_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

PartialSchemaSaveDialog() public method

public PartialSchemaSaveDialog ( FeatureSchema schema ) : System
schema FeatureSchema
return System