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

Name Description
SimpleFieldFilter(String, FieldFilterOperation, String)

Initializes a new instance of the SimpleFieldFilter class.

Properties

Name Description
Field

Gets the filter field name.

Operator

Gets or sets the filter operator.

(Inherited from FieldFilter)
Value

Gets the filter value.

Methods

Name Description
ToString()

Prints the simple filter details.

Applies to