C# Class Microsoft.Data.Entity.Design.UI.Views.Dialogs.ReferentialConstraintDialog

Inheritance: System.Windows.Forms.Form
Mostra file Open project: aspnet/EntityFramework6 Class Usage Examples

Private Properties

Property Type Description
AssignDependentKeySelection void
ChangeDependencyKeyComboBoxVisibility void
CheckDepPropMappedOnlyOnce bool
EnableRightPane void
GetKeyForType System.Property
GetKeysForType HashSet
GetMappableDependentProperties IEnumerable
GetSelectedListViewItem System.Windows.Forms.ListViewItem
GetSelectedMappingListItem MappingListItem
IsValidPrincipalKey bool
LaunchReferentialConstraintDialog IEnumerable
PopulateListView void
PopulateMappingListItems void
ReferentialConstraintDialog System
ReferentialConstraintDialog_Load void
ShowDependencyKeyComboBox void
btnCancel_Click void
btnDelete_Click void
btnOK_Click void
cmbDependentKey_KeyPress void
cmbDependentKey_Leave void
cmbDependentKey_SelectionChangeCommitted void
cmdPrincipalRole_SelectedIndexChanged void
listMappings_KeyDown void
listMappings_MouseUp void
listMappings_SelectedIndexChanged void

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void
OnHelpRequested ( System.Windows.Forms.HelpEventArgs hevent ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
AssignDependentKeySelection ( ) : void
ChangeDependencyKeyComboBoxVisibility ( bool visible ) : void
CheckDepPropMappedOnlyOnce ( ) : bool

shows a warning dialog if a dependent property is used more than once

EnableRightPane ( bool enable ) : void
GetKeyForType ( Microsoft.Data.Entity.Design.Model.Symbol symbol, Microsoft.Data.Entity.Design.Model.Entity.EntityType entityType, HashSet keys ) : System.Property
GetKeysForType ( Microsoft.Data.Entity.Design.Model.Entity.EntityType entityType ) : HashSet
GetMappableDependentProperties ( ) : IEnumerable
GetSelectedListViewItem ( ) : System.Windows.Forms.ListViewItem
GetSelectedMappingListItem ( ) : MappingListItem
IsValidPrincipalKey ( Microsoft.Data.Entity.Design.Model.Symbol key, HashSet principalKeys ) : bool
LaunchReferentialConstraintDialog ( Microsoft.Data.Entity.Design.Model.Entity.Association association ) : IEnumerable
PopulateListView ( ) : void
PopulateMappingListItems ( ) : void
ReferentialConstraintDialog ( Microsoft.Data.Entity.Design.Model.Entity.Association association ) : System
ReferentialConstraintDialog_Load ( object sender, EventArgs e ) : void
ShowDependencyKeyComboBox ( System.Windows.Forms.ListViewItem lvItem ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
cmbDependentKey_KeyPress ( object sender, KeyPressEventArgs e ) : void
cmbDependentKey_Leave ( object sender, EventArgs e ) : void
cmbDependentKey_SelectionChangeCommitted ( object sender, EventArgs e ) : void
cmdPrincipalRole_SelectedIndexChanged ( object sender, EventArgs e ) : void
listMappings_KeyDown ( object sender, KeyEventArgs e ) : void
listMappings_MouseUp ( object sender, MouseEventArgs e ) : void
listMappings_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnHelpRequested() protected method

protected OnHelpRequested ( System.Windows.Forms.HelpEventArgs hevent ) : void
hevent System.Windows.Forms.HelpEventArgs
return void

OnLoad() protected method

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