C# 클래스 Microsoft.Data.Entity.Design.UI.Views.Dialogs.ReferentialConstraintDialog

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: aspnet/EntityFramework6 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
OnClosing ( CancelEventArgs e ) : void
OnHelpRequested ( System.Windows.Forms.HelpEventArgs hevent ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

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

메소드 상세

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnHelpRequested() 보호된 메소드

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

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void