Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
		private void detach_GroupAssociations(GroupAssociation entity)
		{
			this.SendPropertyChanging();
			entity.SecurableContext = null;
		}
コード例 #2
0
 partial void DeleteGroupAssociation(GroupAssociation instance);
コード例 #3
0
		private void detach_GroupAssociations(GroupAssociation entity)
		{
			this.SendPropertyChanging();
			entity.Group = null;
		}
コード例 #4
0
 partial void InsertGroupAssociation(GroupAssociation instance);
コード例 #5
0
 partial void UpdateGroupAssociation(GroupAssociation instance);
コード例 #6
0
 private void detach_GroupAssociations(GroupAssociation entity)
 {
     this.SendPropertyChanging();
     entity.SecurableContext = null;
 }
コード例 #7
0
 private void detach_GroupAssociations(GroupAssociation entity)
 {
     this.SendPropertyChanging();
     entity.Group = null;
 }
コード例 #8
0
 partial void DeleteGroupAssociation(GroupAssociation instance);
コード例 #9
0
 partial void UpdateGroupAssociation(GroupAssociation instance);
コード例 #10
0
 partial void InsertGroupAssociation(GroupAssociation instance);