Table of Contents

Method RefreshItems

Namespace
Innova.Prism.Infrastructure.Interfaces
Assembly
Innova.Prism.Infrastructure.dll

RefreshItems(IEnumerable<TResult>)

Refreshes the items with the specified results.

void RefreshItems(IEnumerable<TResult> items)

Parameters

items IEnumerable<TResult>

The items to refresh.