Table of Contents

Interface IListViewModel<T, TResult>

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

Represents a view model for a list of items with specific types.

public interface IListViewModel<T, TResult> : IListViewModel, IListDeleteViewModel

Type Parameters

T

The type of the items.

TResult

The type of the result.

Methods

InsertItemAsync(TResult)

Inserts the specified item asynchronously.

RefreshItems(IEnumerable<TResult>)

Refreshes the items with the specified results.

UpdateItemsAsync(IEnumerable<TResult>)

Updates the specified items asynchronously.