Ejemplo n.º 1
0
 public TRuleTypeShouldConjunction AreNotSealed()
 {
     _ruleCreator.ContinueComplexCondition(AttributePredicatesDefinition.AreNotSealed());
     return(Create <TRuleTypeShouldConjunction, TRuleType>(_ruleCreator));
 }
Ejemplo n.º 2
0
 public GivenAttributesConjunction AreNotSealed()
 {
     _ruleCreator.AddPredicate(AttributePredicatesDefinition.AreNotSealed());
     return(new GivenAttributesConjunction(_ruleCreator));
 }