Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
 partial void DeleteRightAssociation(RightAssociation instance);
コード例 #2
0
 partial void UpdateRightAssociation(RightAssociation instance);
コード例 #3
0
 partial void InsertRightAssociation(RightAssociation instance);
コード例 #4
0
		private void detach_RightAssociations(RightAssociation entity)
		{
			this.SendPropertyChanging();
			entity.SecurableContext = null;
		}
コード例 #5
0
		private void detach_RightAssociations(RightAssociation entity)
		{
			this.SendPropertyChanging();
			entity.Role = null;
		}
コード例 #6
0
		private void attach_RightAssociations(RightAssociation entity)
		{
			this.SendPropertyChanging();
			entity.Right = this;
		}