<PackageReference Include="Relativity.Rsapi" Version="10.0.161.8" />

GenericRepositoryExtensions

public static class GenericRepositoryExtensions
public static int CreateItem<T>(this GenericRepository<T> repo, T artifact) where T : Artifact

public static T DeleteItem<T>(this GenericRepository<T> repo, int artifactID) where T : Artifact

public static T ReadItem<T>(this GenericRepository<T> repo, int artifactID, IEnumerable<FieldValue> fields) where T : Artifact

public static T UpdateItem<T>(this GenericRepository<T> repo, T artifact) where T : Artifact