WithValueSpecification class
WithValueSpecification class
Represents a specification that filters properties with a particular value.
Inheritance: WithValueSpecification →
Specification
The WithValueSpecification type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self, property_value) |
Initializes a new instance of the WithNameSpecification class. |
Properties
| Property | Description |
|---|---|
| property_value | Gets the value of properties that satisfy the specification. |
Methods
| 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. |
See Also
- module
groupdocs.metadata.search - class
MetadataProperty - class
Specification - class
WithNameSpecification - class
WithValueSpecification