SimpleFieldFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A simple filter applied to a field. An example is (Year lessThan 1999).
public sealed class SimpleFieldFilter : Microsoft.Store.PartnerCenter.Models.Query.FieldFilter
type SimpleFieldFilter = class
inherit FieldFilter
Public NotInheritable Class SimpleFieldFilter
Inherits FieldFilter
- Inheritance
Constructors
SimpleFieldFilter(String, FieldFilterOperation, String) |
Initializes a new instance of the SimpleFieldFilter class. |
Properties
Field |
Gets the filter field name. |
Operator |
Gets or sets the filter operator. (Inherited from FieldFilter) |
Value |
Gets the filter value. |
Methods
ToString() |
Prints the simple filter details. |