Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
示例#1
0
 private void detach_GroupAssociations(GroupAssociation entity)
 {
     this.SendPropertyChanging();
     entity.Group = null;
 }
示例#2
0
 partial void DeleteGroupAssociation(GroupAssociation instance);
示例#3
0
 private void attach_GroupAssociations(GroupAssociation entity)
 {
     this.SendPropertyChanging();
     entity.SecurableObject = this;
 }
示例#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.Group = null;
		}
示例#7
0
 private void detach_GroupAssociations(GroupAssociation entity)
 {
     this.SendPropertyChanging();
     entity.SecurableContext = null;
 }
示例#8
0
		private void attach_GroupAssociations(GroupAssociation entity)
		{
			this.SendPropertyChanging();
			entity.SecurableObject = this;
		}
示例#9
0
 partial void DeleteGroupAssociation(GroupAssociation instance);
示例#10
0
 partial void UpdateGroupAssociation(GroupAssociation instance);
示例#11
0
 partial void InsertGroupAssociation(GroupAssociation instance);
示例#12
0
		private void detach_GroupAssociations(GroupAssociation entity)
		{
			this.SendPropertyChanging();
			entity.SecurableContext = null;
		}