Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exemple #1
0
 private void detach_GroupAssociations(GroupAssociation entity)
 {
     this.SendPropertyChanging();
     entity.Group = null;
 }
Exemple #2
0
 partial void DeleteGroupAssociation(GroupAssociation instance);
Exemple #3
0
 private void detach_GroupAssociations(GroupAssociation entity)
 {
     this.SendPropertyChanging();
     entity.SecurableContext = null;
 }
Exemple #4
0
 partial void InsertGroupAssociation(GroupAssociation instance);
Exemple #5
0
 partial void UpdateGroupAssociation(GroupAssociation instance);
		private void detach_GroupAssociations(GroupAssociation entity)
		{
			this.SendPropertyChanging();
			entity.Group = null;
		}
		private void detach_GroupAssociations(GroupAssociation entity)
		{
			this.SendPropertyChanging();
			entity.SecurableContext = null;
		}
 partial void DeleteGroupAssociation(GroupAssociation instance);
 partial void UpdateGroupAssociation(GroupAssociation instance);
 partial void InsertGroupAssociation(GroupAssociation instance);