Table of Contents

Interface IListDeleteViewModel

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

Represents a view model for a list of items that supports deletion.

public interface IListDeleteViewModel

Properties

CanDelete

Gets a value indicating whether the items can be deleted.

Methods

DeleteItemsAsync(IEnumerable)

Deletes the specified items asynchronously.