From ae76f8fab700410f6ad78f8d8c47cc704ace1eb4 Mon Sep 17 00:00:00 2001 From: bkoelman Date: Sun, 10 Nov 2024 21:37:08 +0000 Subject: [PATCH] Auto-generated documentation from 43c1a4bbf30f5be671fd484e3f9d16f305eea23d --- ...omicOperations.DefaultOperationFilter.html | 259 ++++++++++++++++++ api/JsonApiDotNetCore.AtomicOperations.html | 5 + api/toc.html | 3 + api/toc.json | 2 +- manifest.json | 10 + xrefmap.yml | 32 +++ 6 files changed, 310 insertions(+), 1 deletion(-) create mode 100644 api/JsonApiDotNetCore.AtomicOperations.DefaultOperationFilter.html diff --git a/api/JsonApiDotNetCore.AtomicOperations.DefaultOperationFilter.html b/api/JsonApiDotNetCore.AtomicOperations.DefaultOperationFilter.html new file mode 100644 index 000000000..075e4f945 --- /dev/null +++ b/api/JsonApiDotNetCore.AtomicOperations.DefaultOperationFilter.html @@ -0,0 +1,259 @@ + + + + + Class DefaultOperationFilter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+ + + +

+Class DefaultOperationFilter +

+ +
+
Namespace
JsonApiDotNetCore.AtomicOperations
+
Assembly
JsonApiDotNetCore.dll
+
+ +

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

+
+
+ +
+
public class DefaultOperationFilter : IAtomicOperationFilter
+
+ + + + +
+
Inheritance
+
+ +
DefaultOperationFilter
+
+
+ +
+
Implements
+
+ +
+
+ + +
+
Inherited Members
+
+ + + + + + + +
+ + + + + + +

Methods +

+ + + + +

+ GetJsonApiEndpoints(ResourceType) + +

+ +
+
+ +
+
protected virtual JsonApiEndpoints? GetJsonApiEndpoints(ResourceType resourceType)
+
+ +

Parameters

+
+
resourceType ResourceType
+
+
+ +

Returns

+
+
JsonApiEndpoints?
+
+
+ + + + + + + + + + + + + +

+ IsEnabled(ResourceType, WriteOperationKind) + +

+ +

Determines whether the specified operation can be used in an atomic:operations request.

+
+
+ +
+
public virtual bool IsEnabled(ResourceType resourceType, WriteOperationKind writeOperation)
+
+ +

Parameters

+
+
resourceType ResourceType
+

The targeted primary resource type of the operation.

+
+
writeOperation WriteOperationKind
+

The operation kind.

+
+
+ +

Returns

+
+
bool
+
+
+ + + + + + + + + + + + +
+ + + + +
+ +
+ +
+
+ + + + + diff --git a/api/JsonApiDotNetCore.AtomicOperations.html b/api/JsonApiDotNetCore.AtomicOperations.html index 89aca87e8..e0b90794a 100644 --- a/api/JsonApiDotNetCore.AtomicOperations.html +++ b/api/JsonApiDotNetCore.AtomicOperations.html @@ -90,6 +90,11 @@

Classes

+
+
DefaultOperationFilter
+

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

+
+
EntityFrameworkCoreTransaction

Represents an Entity Framework Core transaction in an atomic:operations request.

diff --git a/api/toc.html b/api/toc.html index 5b21cf589..6dd7719d6 100644 --- a/api/toc.html +++ b/api/toc.html @@ -17,6 +17,9 @@ JsonApiDotNetCore.AtomicOperations