Метод | Описание | |
---|---|---|
Close ( ) : void | ||
CreateAsync ( |
||
CreateNewRule ( string bucketCode, string description, string references, string transactionTypeName, decimal amount, bool andMatching ) : MatchingRule | ||
CreateNewSingleUseRule ( string bucketCode, string description, string references, string transactionTypeName, decimal amount, bool andMatching ) : |
||
IsRuleSimilar ( |
||
LoadAsync ( |
||
Match ( IEnumerable |
||
RemoveRule ( MatchingRule ruleToRemove ) : bool | ||
SaveAsync ( |
||
SavePreview ( ) : void | ||
TransactionRuleService ( [ ruleRepository, [ logger, [ matchmaker, [ ruleFactory, [ environmentFolders, [ monitorableDependencies ) : System | ||
ValidateModel ( StringBuilder messages ) : bool |
Метод | Описание | |
---|---|---|
BuildDefaultFileName ( ) : Task |
Метод | Описание | |
---|---|---|
AddRule ( MatchingRule ruleToAdd ) : void | ||
InitialiseTheRulesCollections ( List |
||
IsSimilarRulePreconditions ( |
public CreateAsync ( |
||
applicationDatabase | ||
Результат | System.Threading.Tasks.Task |
public CreateNewRule ( string bucketCode, string description, string references, string transactionTypeName, decimal amount, bool andMatching ) : MatchingRule | ||
bucketCode | string | |
description | string | |
references | string | |
transactionTypeName | string | |
amount | decimal | |
andMatching | bool | |
Результат | MatchingRule |
public CreateNewSingleUseRule ( string bucketCode, string description, string references, string transactionTypeName, decimal amount, bool andMatching ) : |
||
bucketCode | string | |
description | string | |
references | string | |
transactionTypeName | string | |
amount | decimal | |
andMatching | bool | |
Результат |
public IsRuleSimilar ( |
||
rule | ||
amount | DecimalCriteria | |
description | StringCriteria | |
references | StringCriteria | |
transactionTypeName | StringCriteria | |
Результат | bool |
public LoadAsync ( |
||
applicationDatabase | ||
Результат | System.Threading.Tasks.Task |
public Match ( IEnumerable |
||
transactions | IEnumerable |
|
Результат | bool |
public RemoveRule ( MatchingRule ruleToRemove ) : bool | ||
ruleToRemove | MatchingRule | |
Результат | bool |
public SaveAsync ( |
||
applicationDatabase | ||
Результат | System.Threading.Tasks.Task |
public TransactionRuleService ( [ ruleRepository, [ logger, [ matchmaker, [ ruleFactory, [ environmentFolders, [ monitorableDependencies ) : System | ||
ruleRepository | [ | |
logger | [ | |
matchmaker | [ | |
ruleFactory | [ | |
environmentFolders | [ | |
monitorableDependencies | [ | |
Результат | System |
public ValidateModel ( StringBuilder messages ) : bool | ||
messages | StringBuilder | |
Результат | bool |