private void detach_StockMotionItems(StockMotionItem entity) { this.SendPropertyChanging("StockMotionItems"); entity.StockMotion = null; }
private void attach_StockMotionItems_FinanceId(StockMotionItem entity) { this.SendPropertyChanging("StockMotionItems_FinanceId"); entity.RbFinance_FinanceId = this; }
private void detach_StockMotionItems_OldFinanceId(StockMotionItem entity) { this.SendPropertyChanging("StockMotionItems_OldFinanceId"); entity.RbFinance_OldFinanceId = null; }
private void attach_StockMotionItems(StockMotionItem entity) { this.SendPropertyChanging("StockMotionItems"); entity.RbNomenclature = this; }