C# Class FdoToolbox.DataStoreManager.Controls.FdoSchemaView.FdoSchemaViewTreePresenter

Mostrar archivo Open project: jumpinjackie/fdotoolbox

Private Properties

Property Type Description
AddClass void
AddProperty void
AddSchema void
CreateClassNode System.Windows.Forms.TreeNode
CreatePropertyNode System.Windows.Forms.TreeNode
CreateSchemaNode System.Windows.Forms.TreeNode
FixIncompatibilities void
GetSelectedSchema string
HandleDeleteKeyPress void
InitContextMenus void
OnAfterSelect void
OnClassAdded void
OnClassRemoved void
OnClassSelected void
OnDeleteClass void
OnDeleteProperty void
OnPropertyAdded void
OnPropertyRemoved void
OnPropertySelected void
OnSchemaAdded void
OnSchemaSelected void
RightClickHack void

Public Methods

Method Description
FdoSchemaViewTreePresenter ( FdoSchemaView view, SchemaDesignContext context ) : System
Initialize ( ) : void

Private Methods

Method Description
AddClass ( ClassType type ) : void
AddProperty ( PropertyType type ) : void
AddSchema ( ) : void
CreateClassNode ( ClassDefinition cls ) : TreeNode
CreatePropertyNode ( PropertyDefinition prop ) : TreeNode
CreateSchemaNode ( FeatureSchema schema ) : TreeNode
FixIncompatibilities ( ) : void
GetSelectedSchema ( ) : string
HandleDeleteKeyPress ( TreeNode node ) : void
InitContextMenus ( ) : void
OnAfterSelect ( object sender, TreeViewEventArgs e ) : void
OnClassAdded ( ClassDefinition item ) : void
OnClassRemoved ( ClassDefinition item ) : void
OnClassSelected ( TreeNode node ) : void
OnDeleteClass ( object sender, EventArgs e ) : void
OnDeleteProperty ( object sender, EventArgs e ) : void
OnPropertyAdded ( PropertyDefinition item ) : void
OnPropertyRemoved ( PropertyDefinition item ) : void
OnPropertySelected ( TreeNode node ) : void
OnSchemaAdded ( FeatureSchema item ) : void
OnSchemaSelected ( TreeNode node ) : void
RightClickHack ( object sender, MouseEventArgs e ) : void

Method Details

FdoSchemaViewTreePresenter() public method

public FdoSchemaViewTreePresenter ( FdoSchemaView view, SchemaDesignContext context ) : System
view FdoSchemaView
context FdoToolbox.DataStoreManager.Controls.SchemaDesigner.SchemaDesignContext
return System

Initialize() public method

public Initialize ( ) : void
return void