Exemplo n.º 1
0
 public EventNotificationRule(NotificationRuleExpr rule) :
     base(rule)
 {
     if (rule.Event == null)
     {
         throw new ArgumentException(Resources.Resources.NotEventNotificationRuleExpression, nameof(rule));
     }
 }
Exemplo n.º 2
0
 protected NotificationRule(NotificationRuleExpr expression)
 {
     Expression = expression;
 }