Table of Contents

Interface IAddToRelationshipProcessor<TResource, TId>

Namespace
JsonApiDotNetCore.AtomicOperations.Processors
Assembly
JsonApiDotNetCore.dll

Processes a single operation to add resources to a to-many relationship.

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

Type Parameters

TResource

The resource type.

TId

The resource identifier type.

Inherited Members