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
 partial void InsertGroupAssociation(GroupAssociation instance);
コード例 #4
0
 partial void UpdateGroupAssociation(GroupAssociation instance);
コード例 #5
0
		private void detach_GroupAssociations(GroupAssociation entity)
		{
			this.SendPropertyChanging();
			entity.SecurableContext = null;
		}