Class
ItemsSetFilterViewModel

A view-model that encapsulates the editing of a SetCondition for a Filter's Description. This is for internal use only and is not intended to be used directly from your code.

Definition

Methods

DetachFromServices()

Detach the previous services.

Declaration

cs-api-definition
protected override void DetachFromServices()

Overrides PivotResultsViewModel.DetachFromServices()

ExecuteOk(object)

Handles the Ok execution.

Declaration

cs-api-definition
protected override void ExecuteOk(object parameter)

Parameters

parameter

object

Overrides DialogViewModel.ExecuteOk(object)

OnDataProviderResultsChanged()

Declaration

cs-api-definition
protected override void OnDataProviderResultsChanged()

Overrides PivotResultsViewModel.OnDataProviderResultsChanged()

RetrieveServices(IServiceProvider)

Retrieve the services from the serviceProvider. You could use the if you do not want the IsAvailable to track your requests.

Declaration

cs-api-definition
protected override void RetrieveServices(IServiceProvider serviceProvider)

Parameters

serviceProvider

IServiceProvider

The IServiceProvider to retrieve services from. This is a slim wrapper around the that would keep track of if all requested services were available. If a requested service was unavailable the DialogViewModel's IsAvailable would be set to false.

Overrides PivotResultsViewModel.RetrieveServices(IServiceProvider)