Interface IViewModelService<T>
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.