Table of Contents

Interface IViewModelService<T>

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

Represents a service for view models.

public interface IViewModelService<T> where T : class

Type Parameters

T

The type of the view model.

Properties

OrderBy

Gets or sets the orderby expression for the view model.

Methods

Delete(List<IEntityWithKey<T>>, bool, CancellationToken)

Deletes the specified entities.

GetLookupList<TOther>(params PrimaryKeys<TOther>[])

Gets the lookup list for the specified type.

GetQueryParameterWithOrderBy()

Gets the query parameter with the default order by expression.