Table of Contents

Class RestEntityControllerBase<T>

Namespace
Innova.Rest.Server
Assembly
Innova.Rest.Server.dll
[Authorize]
[ApiController]
public abstract class RestEntityControllerBase<T> : ControllerBase where T : class

Type Parameters

T
Inheritance
RestEntityControllerBase<T>
Derived

Constructors

RestEntityControllerBase(IEntityService<T>)

Methods

Count(RestQueryParameter)
Create(IPropertyValues)
Get(string)
GetKeys(RestQueryParameter)
GetList(RestQueryParameter)
GetListForLookup()
Insert(List<T>)
Update(List<T>)
ValidationExceptionResponse(ValidationException)