Table of Contents

Class RestEntityRevisionService<T>

Namespace
Innova.Rest.Client
Assembly
Innova.Rest.Client.dll
public class RestEntityRevisionService<T> : IEntityRevisionService<T> where T : class

Type Parameters

T
Inheritance
RestEntityRevisionService<T>
Implements

Constructors

RestEntityRevisionService(IEntitySecurity<T>, IRestClient)

Properties

EntityName
EntitySecurity
RestClient

Methods

CheckPermissionsThrowWarningIfNot(Operation, T)
GetReadRevision(IPrimaryKey)

Retrieves the read revision history for the specified primary keys.

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

Retrieves the revision history for the specified primary keys.

InsertReadRevision(IPrimaryKey)

Inserts a read revision for the specified primary keys.