Пример #1
0
 public AttributesShouldConjunction NotBeSealed()
 {
     _ruleCreator.AddCondition(AttributeConditionsDefinition.NotBeSealed());
     return(new AttributesShouldConjunction(_ruleCreator));
 }
Пример #2
0
 public AttributesShouldConjunction BeAbstract()
 {
     _ruleCreator.AddCondition(AttributeConditionsDefinition.BeAbstract());
     return(new AttributesShouldConjunction(_ruleCreator));
 }