Aspose.Tasks for C++
|
Represents a condition which can be used by filters or search methods. More...
#include <ICondition.h>
Inherits System::Object.
Inherited by Aspose::Tasks::Util::And< T >, Aspose::Tasks::Util::AndAllCondition< T >, and Aspose::Tasks::Util::Not< T >.
Public Member Functions | |
virtual bool | Check (const T &el)=0 |
Returns true if the specified object satisfy the conditions. More... | |
Represents a condition which can be used by filters or search methods.
T | The type of object to apply method interface to. |
|
pure virtual |
Returns true if the specified object satisfy the conditions.
el | The object to check. |
Implemented in Aspose::Tasks::Util::Not< T >, Aspose::Tasks::Util::AndAllCondition< T >, and Aspose::Tasks::Util::And< T >.