상속: 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);