Ejemplo n.º 1
0
        //Negations


        public TRuleTypeShouldConjunction NotExist()
        {
            _ruleCreator.AddCondition(ObjectConditionsDefinition <TRuleType> .NotExist());
            return(Create <TRuleTypeShouldConjunction, TRuleType>(_ruleCreator));
        }