Interface IConditionT
ICondition<T> interface
表示可由过滤器或搜索方法使用的条件。
public interface ICondition<in T>
范围 | 描述 |
---|---|
T | 应用方法接口的对象类型。 |
方法
姓名 | 描述 |
---|---|
Check(T) | 如果指定对象满足条件则返回真。 |
也可以看看
- 命名空间 Aspose.Tasks.Util
- 部件 Aspose.Tasks
表示可由过滤器或搜索方法使用的条件。
public interface ICondition<in T>
范围 | 描述 |
---|---|
T | 应用方法接口的对象类型。 |
姓名 | 描述 |
---|---|
Check(T) | 如果指定对象满足条件则返回真。 |