Interface ICondition
Interface ICondition
名称: Aspose.Tasks.Util 會議: Aspose.Tasks.dll (25.5.0)
代表一个条件,可以通过过滤器或搜索方法使用。
public interface ICondition<in t="">
类型参数
T
对象的类型适用于方法界面。
Methods
Check(T)
返回有效,如果指定的对象满足条件。
bool Check(T el)
Parameters
el
T
要检查的对象。
Returns
事实上,如果对象满足条件。