Table of Contents

Interface IDocumentInOperationsRequestAdapter

Namespace
JsonApiDotNetCore.Serialization.Request.Adapters
Assembly
JsonApiDotNetCore.dll

Validates and converts a Document belonging to an atomic:operations request.

public interface IDocumentInOperationsRequestAdapter

Methods

Convert(Document, RequestAdapterState)

Validates and converts the specified document.

IList<OperationContainer> Convert(Document document, RequestAdapterState state)

Parameters

document Document
state RequestAdapterState

Returns

IList<OperationContainer>