Interface ICreateProcessor<TResource, TId>
- Namespace
- JsonApiDotNetCore.AtomicOperations.Processors
- Assembly
- JsonApiDotNetCore.dll
Processes a single operation to create a new resource with attributes, relationships or both.
[PublicAPI]
public interface ICreateProcessor<TResource, TId> : IOperationProcessor where TResource : class, IIdentifiable<TId>
Type Parameters
TResource
The resource type.
TId
The resource identifier type.
- Inherited Members