gpt4 book ai didi

c# - 规范模式 - 使用 lambdas 创建复合规范 (C#)

转载 作者:太空宇宙 更新时间:2023-11-03 11:45:31 24 4
gpt4 key购买 nike

如果我将规范定义为如下表达式:

public Expression<Func<Foo, bool>> IsSuperhuman = 
x => x.CanFly && x.HasXRayVision;

我想定义另一个规范“IsSuperheroine”,其逻辑是“是超人且是女性”,我如何才能在新规范中重用现有规范?

最佳答案

你检查过了吗predicate builder在 LinqKit 中?它通过将 and 和 or 表达式放在一起来构建表达式。

关于c# - 规范模式 - 使用 lambdas 创建复合规范 (C#),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3530052/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com