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