Provides extension methods for cleaner use of GenericRepository functions.
Inheritance Hierarchy
kCura.Relativity.Client.Repositories.Extensions.GenericRepositoryExtensions
Namespace: kCura.Relativity.Client.Repositories.Extensions
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The GenericRepositoryExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateItem<T> | Obsolete.
Creates the specified Artifact object and adds it to the current Repository.
|
![]() ![]() | DeleteItem<T> | Obsolete.
Deletes the specified Artifact.
|
![]() ![]() | ReadItem<T> | Obsolete.
Reads the specified Artifact.
|
![]() ![]() | UpdateItem<T> | Obsolete.
Updates the specified Artifact.
|
See Also