Interface IListViewModel
- Namespace
- Innova.Prism.Infrastructure.Interfaces
- Assembly
- Innova.Prism.Infrastructure.dll
Represents a view model for a list of items.
public interface IListViewModel : IListDeleteViewModel
Properties
- CanUpdate
Gets a value indicating whether the items can be updated.
- EnablePaging
Gets or sets a value indicating whether paging is enabled.
Methods
- MakeEntityUpdatable(object)
Makes the specified entity updatable.
- UpdateItemsAsync(IEnumerable<object>)
Updates the specified items asynchronously.