CompoundFieldFilter Class

Definition

An aggregated filter. Example: (Year = 1999 AND Model = Nissan).

public sealed class CompoundFieldFilter : Microsoft.Store.PartnerCenter.Models.Query.FieldFilter
type CompoundFieldFilter = class
    inherit FieldFilter
Public NotInheritable Class CompoundFieldFilter
Inherits FieldFilter
Inheritance
CompoundFieldFilter

Constructors

CompoundFieldFilter(FieldFilter, FieldFilterOperation, FieldFilter)

Initializes a new instance of the CompoundFieldFilter class.

Properties

LeftFilter

Gets the left filter.

Operator

Gets or sets the filter operator.

(Inherited from FieldFilter)
RightFilter

Gets the right filter.

Methods

ToString()

Prints the compound filter details.

Applies to