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