C# Class Tp.PopEmailIntegration.Rules.WhenClauses.WhenSenderAndProjectCompanyMatched

Inheritance: IWhenClause
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
Create ( ParseNode clauseNode ) : IWhenClause
IsMatched ( EmailMessage email ) : bool

Private Methods

Méthode Description
WhenSenderAndProjectCompanyMatched ( ParseNode clauseNode, IStorageRepository storage, UserRepository userRepository ) : System

Method Details

Create() public static méthode

public static Create ( ParseNode clauseNode ) : IWhenClause
clauseNode ParseNode
Résultat IWhenClause

IsMatched() public méthode

public IsMatched ( EmailMessage email ) : bool
email Tp.PopEmailIntegration.Data.EmailMessage
Résultat bool