Class
FilterViewModel

FilterViewModel.

Definition

Properties

AddFilter

Gets the AddFilter command.

Declaration

cs-api-definition
public ICommand AddFilter { get; }

Property Value

ICommand

The add filter.

CanUserCreateCompositeFilters

Gets a value indicating whether this instance can user create composite filters.

Declaration

cs-api-definition
public bool CanUserCreateCompositeFilters { get; }

Property Value

bool

true if this instance can user create composite filters; otherwise, false.

CompositeFilter

Gets the composite filter.

Declaration

cs-api-definition
public CompositeFilterViewModel CompositeFilter { get; }

Property Value

CompositeFilterViewModel

The composite filter.

IsComposite

Gets a value indicating whether this instance is composite.

Declaration

cs-api-definition
public virtual bool IsComposite { get; }

Property Value

bool

true if this instance is composite; otherwise, false.

Parent

Gets the parent.

Declaration

cs-api-definition
public CompositeFilterViewModel Parent { get; }

Property Value

CompositeFilterViewModel

The parent.

RemoveFilter

Gets the RemoveFilter command.

Declaration

cs-api-definition
public ICommand RemoveFilter { get; }

Property Value

ICommand

The RemoveFilter command.

SimpleFilter

Gets the simple filter.

Declaration

cs-api-definition
public SimpleFilterViewModel SimpleFilter { get; }

Property Value

SimpleFilterViewModel

The simple filter.

ToCompositeFilter

Gets the ToCompositeFilter command.

Declaration

cs-api-definition
public ICommand ToCompositeFilter { get; }

Property Value

ICommand

The ToCompositeFilter command.

Methods

Dispose(bool)

Releases unmanaged and - optionally - managed resources.

Declaration

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Overrides ViewModelBase.Dispose(bool)

ToString()

Returns a string that represents this instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.

Overrides object.ToString()