AndAllConditionT
AndAllCondition<T> class
Past logische AND toe op alle voorwaarden. Bijvoorbeeld: cond1 AND cond2 AND cond3…
public class AndAllCondition<T> : ICondition<T>
| Parameter | Beschrijving |
|---|---|
| T | Het type object waarop de methode-interface moet worden toegepast. |
Constructeurs
| Naam | Beschrijving |
|---|---|
| AndAllCondition(List<ICondition<T>>) | Initialiseert een nieuw exemplaar van hetAndAllCondition klas. |
methoden
| Naam | Beschrijving |
|---|---|
| Check(T) | Retourneert waar als het opgegeven object aan de voorwaarden voldoet. |
Zie ook
- interface ICondition<T>
- naamruimte Aspose.Tasks.Util
- montage Aspose.Tasks