SimpleFieldFilter Class

Definition

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
SimpleFieldFilter

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.

Applies to