GenericRepositoryExtensions Class

Relativity Services API
Provides extension methods for cleaner use of GenericRepository functions.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.Repositories.Extensions.GenericRepositoryExtensions

Namespace:  kCura.Relativity.Client.Repositories.Extensions
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public static class GenericRepositoryExtensions

The GenericRepositoryExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateItem<T> Obsolete.
Creates the specified Artifact object and adds it to the current Repository.
Public methodStatic memberDeleteItem<T> Obsolete.
Deletes the specified Artifact.
Public methodStatic memberReadItem<T> Obsolete.
Reads the specified Artifact.
Public methodStatic memberUpdateItem<T> Obsolete.
Updates the specified Artifact.
Top
See Also

Reference