Table of Contents

Class RestEntityRevisionControllerBase<T>

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

Type Parameters

T
Inheritance
RestEntityRevisionControllerBase<T>

Constructors

RestEntityRevisionControllerBase(IEntityRevisionService<T>)

Properties

EntityRevisionService

Methods

GetReadRevision(string)
GetRevision(string, int, List<string>, string)
InsertReadRevision(IPrimaryKey)