public ReconciledItem(Transaction clientTrans, Transaction bankTrans, ReconciledMatchType matchedType) { _clientTransaction = clientTrans; _bankTransaction = bankTrans; MatchType = matchedType; }
public RuleSetEvaluator(string ruleName, RuleSet ruleSet, ReconciledMatchType ruleType) : this(ruleSet) { this.RuleName = ruleName; this.RuleType = ruleType; }
public ReconciledItem(TransactionSet transSet, ReconciledMatchType matchedType) { _resultSet = transSet; MatchType = matchedType; }