public TaxIncomesWithholdGeneralArticle(ISourceValues values) : this() { TaxIncomesWithholdGeneralSource sourceValues = values as TaxIncomesWithholdGeneralSource; SourceValues = CloneUtils <TaxIncomesWithholdGeneralSource> .CloneOrNull(sourceValues); }
public override void ImportSourceValues(ISourceValues values) { SourceValues = SetSourceValues <TaxIncomesWithholdGeneralSource>(values); }
public TaxIncomesWithholdGeneralArticle() : base((ConfigRole)ConfigRoleEnum.ARTICLE_TAX_INCOMES_WITHHOLD_GENERAL) { SourceValues = new TaxIncomesWithholdGeneralSource(); InternalEvaluate = TaxIncomesWithholdGeneralConcept.EvaluateConcept; }