Example #1
0
 public override void ImportSourceValues(ISourceValues values)
 {
     SourceValues = SetSourceValues <TaxIncomesWithholdSource>(values);
 }
Example #2
0
        public TaxIncomesWithholdPartnerArticle() : base((ConfigRole)ConfigRoleEnum.ARTICLE_TAX_INCOMES_WITHHOLD_PARTNER)
        {
            SourceValues = new TaxIncomesWithholdSource();

            InternalEvaluate = TaxIncomesWithholdPartnerConcept.EvaluateConcept;
        }
Example #3
0
        public TaxIncomesWithholdPartnerArticle(ISourceValues values) : this()
        {
            TaxIncomesWithholdSource sourceValues = values as TaxIncomesWithholdSource;

            SourceValues = CloneUtils <TaxIncomesWithholdSource> .CloneOrNull(sourceValues);
        }
        public TaxIncomesWithholdLolevelArticle() : base((ConfigRole)ConfigRoleEnum.ARTICLE_TAX_INCOMES_WITHHOLD_LOLEVEL)
        {
            SourceValues = new TaxIncomesWithholdSource();

            InternalEvaluate = TaxIncomesWithholdLolevelConcept.EvaluateConcept;
        }