AnySpecification class
Leave feedback
On this page
Represents a specification that applies no filters to a property.
Inheritance: AnySpecification →
Specification
The AnySpecification type exposes the following members:
| Constructor | Description |
|---|---|
__init__(self) |
Constructs a new instance of AnySpecification |
| Method | Description |
|---|---|
is_satisfied_by(self, candidate) |
Verifies whether a MetadataProperty satisfies the specification. |
both(self, other) |
Combines two search specifications using the logical AND operator. |
either(self, other) |
Combines two search specifications using the logical OR operator. |
is_not(self) |
Negates the specification. |
- module
groupdocs.metadata.search - class
AnySpecification - class
MetadataProperty - class
Specification
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.