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