<PackageReference Include="Relativity.API" Version="19.5.0" />

Relativity.API.Foundation.ObjectRule.IObjectRuleRepositoryBase<T>

public interface IObjectRuleRepositoryBase<T> where T : IObjectRule
Base interface for object rule repositories.
int Create(T objectRule)

Creates an object rule of a given type.

T Read(IArtifactRef artifactRef)

Reads an object rule of a given type.

void Update(T objectRule)

Updates an object rule of a given type.