nrules

    0熱度

    1回答

    有人可以指出哪裏的NRules文檔是?我在下面顯示的鏈接全部被打破。 Getting-Started。 Index 我希望這不是一個貶值項目:( 如果這是良好的替代品的情況下?

    2熱度

    1回答

    public class AllowAtleastOneCountryRule : Rule { public override void Define() { Profile profile = null; string str = @"At least one country has to be defined as 'permitted'";

    0熱度

    1回答

    以前我用這個呼叫來加載從規則類 var repository = new RuleRepository(); repository.Load(x => x.From(typeof(Rule1).Assembly)); 延伸通過調用Load方法如上所示相同的類型Rule1.cs的所有類文件(意味着從延伸的所有文件的所有文件的CS規則類)被加載到資源庫內存中。 目前我決定將所有這些.cs文件(即

    1熱度

    2回答

    NRules SimpleRule的代碼定義下列規則: public class PreferredCustomerDiscountRule : Rule { public override void Define() { Customer customer = null; IEnumerable<Order> orders = null;