Class RestEntityRevisionService<T>
public class RestEntityRevisionService<T> : IEntityRevisionService<T> where T : class
Type Parameters
T
- Inheritance
-
RestEntityRevisionService<T>
- Implements
Constructors
Properties
Methods
- 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.