partial void DeletePropertyType(PropertyType instance);
partial void InsertPropertyType(PropertyType instance);
partial void UpdatePropertyType(PropertyType instance);
private void detach_PropertyTypes(PropertyType entity) { this.SendPropertyChanging(); entity.PlanObjectType = null; }