private void detach_jkp_Articles(jkp_Article entity) { this.SendPropertyChanging(); entity.jkp_ArticleCategory = null; }
private void attach_jkp_Articles(jkp_Article entity) { this.SendPropertyChanging(); entity.jkp_Person = this; }