Class ViewModelService<T>
public class ViewModelService<T> : IViewModelService<T> where T : class
Type Parameters
T
- Inheritance
-
ViewModelService<T>
- Implements
- Derived
Constructors
Fields
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.