Table of Contents

Interface ISetRelationshipProcessor<TResource, TId>

Namespace
JsonApiDotNetCore.AtomicOperations.Processors
Assembly
JsonApiDotNetCore.dll

Processes a single operation to perform a complete replacement of a relationship on an existing resource.

[PublicAPI]
public interface ISetRelationshipProcessor<TResource, TId> : IOperationProcessor where TResource : class, IIdentifiable<TId>

Type Parameters

TResource

The resource type.

TId

The resource identifier type.

Inherited Members