Skip to content

Commit a60415b

Browse files
Auto-generated documentation from dd4dc37
1 parent 25a7b0b commit a60415b

File tree

512 files changed

+5897
-6429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

512 files changed

+5897
-6429
lines changed

README.html

Lines changed: 0 additions & 118 deletions
This file was deleted.

api/JsonApiDotNetCore.AtomicOperations.EntityFrameworkCoreTransaction.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Class EntityFrameworkCoreTransaction
6-
</title>
5+
<title>Class EntityFrameworkCoreTransaction </title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Class EntityFrameworkCoreTransaction
9-
">
7+
<meta name="title" content="Class EntityFrameworkCoreTransaction ">
108

9+
<meta name="description" content="Represents an Entity Framework Core transaction in an atomic:operations request.">
1110
<link rel="icon" href="../favicon.ico">
1211
<link rel="stylesheet" href="../public/docfx.min.css">
1312
<link rel="stylesheet" href="../public/main.css">
@@ -30,15 +29,15 @@
3029
<meta name="loc:changeTheme" content="Change theme">
3130
<meta name="loc:copy" content="Copy">
3231
<meta name="loc:downloadPdf" content="Download PDF">
33-
</head>
3432

35-
<script type="module" src="./../public/docfx.min.js"></script>
33+
<script type="module" src="./../public/docfx.min.js"></script>
3634

37-
<script>
38-
const theme = localStorage.getItem('theme') || 'auto'
39-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
40-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4139

40+
</head>
4241

4342
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
4443
<header class="bg-body border-bottom">
@@ -86,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8685

8786

8887
<h1 id="JsonApiDotNetCore_AtomicOperations_EntityFrameworkCoreTransaction" data-uid="JsonApiDotNetCore.AtomicOperations.EntityFrameworkCoreTransaction" class="text-break">
89-
Class EntityFrameworkCoreTransaction
90-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/EntityFrameworkCoreTransaction.cs/#L11"><i class="bi bi-code-slash"></i></a>
88+
Class EntityFrameworkCoreTransaction <a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/EntityFrameworkCoreTransaction.cs/#L11"><i class="bi bi-code-slash"></i></a>
9189
</h1>
9290

9391
<div class="facts text-secondary">
@@ -124,7 +122,7 @@ <h1 id="JsonApiDotNetCore_AtomicOperations_EntityFrameworkCoreTransaction" data-
124122
</dl>
125123

126124

127-
<dl class="typelist derived">
125+
<dl class="typelist inheritedMembers">
128126
<dt>Inherited Members</dt>
129127
<dd>
130128
<div>

api/JsonApiDotNetCore.AtomicOperations.EntityFrameworkCoreTransactionFactory.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Class EntityFrameworkCoreTransactionFactory
6-
</title>
5+
<title>Class EntityFrameworkCoreTransactionFactory </title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Class EntityFrameworkCoreTransactionFactory
9-
">
7+
<meta name="title" content="Class EntityFrameworkCoreTransactionFactory ">
108

9+
<meta name="description" content="Provides transaction support for atomic:operation requests using Entity Framework Core.">
1110
<link rel="icon" href="../favicon.ico">
1211
<link rel="stylesheet" href="../public/docfx.min.css">
1312
<link rel="stylesheet" href="../public/main.css">
@@ -30,15 +29,15 @@
3029
<meta name="loc:changeTheme" content="Change theme">
3130
<meta name="loc:copy" content="Copy">
3231
<meta name="loc:downloadPdf" content="Download PDF">
33-
</head>
3432

35-
<script type="module" src="./../public/docfx.min.js"></script>
33+
<script type="module" src="./../public/docfx.min.js"></script>
3634

37-
<script>
38-
const theme = localStorage.getItem('theme') || 'auto'
39-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
40-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4139

40+
</head>
4241

4342
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
4443
<header class="bg-body border-bottom">
@@ -86,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8685

8786

8887
<h1 id="JsonApiDotNetCore_AtomicOperations_EntityFrameworkCoreTransactionFactory" data-uid="JsonApiDotNetCore.AtomicOperations.EntityFrameworkCoreTransactionFactory" class="text-break">
89-
Class EntityFrameworkCoreTransactionFactory
90-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/EntityFrameworkCoreTransactionFactory.cs/#L11"><i class="bi bi-code-slash"></i></a>
88+
Class EntityFrameworkCoreTransactionFactory <a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/EntityFrameworkCoreTransactionFactory.cs/#L11"><i class="bi bi-code-slash"></i></a>
9189
</h1>
9290

9391
<div class="facts text-secondary">
@@ -122,7 +120,7 @@ <h1 id="JsonApiDotNetCore_AtomicOperations_EntityFrameworkCoreTransactionFactory
122120
</dl>
123121

124122

125-
<dl class="typelist derived">
123+
<dl class="typelist inheritedMembers">
126124
<dt>Inherited Members</dt>
127125
<dd>
128126
<div>

api/JsonApiDotNetCore.AtomicOperations.ILocalIdTracker.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Interface ILocalIdTracker
6-
</title>
5+
<title>Interface ILocalIdTracker </title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Interface ILocalIdTracker
9-
">
7+
<meta name="title" content="Interface ILocalIdTracker ">
108

9+
<meta name="description" content="Used to track declarations, assignments and references to local IDs an in atomic:operations request.">
1110
<link rel="icon" href="../favicon.ico">
1211
<link rel="stylesheet" href="../public/docfx.min.css">
1312
<link rel="stylesheet" href="../public/main.css">
@@ -30,15 +29,15 @@
3029
<meta name="loc:changeTheme" content="Change theme">
3130
<meta name="loc:copy" content="Copy">
3231
<meta name="loc:downloadPdf" content="Download PDF">
33-
</head>
3432

35-
<script type="module" src="./../public/docfx.min.js"></script>
33+
<script type="module" src="./../public/docfx.min.js"></script>
3634

37-
<script>
38-
const theme = localStorage.getItem('theme') || 'auto'
39-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
40-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4139

40+
</head>
4241

4342
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
4443
<header class="bg-body border-bottom">
@@ -86,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8685

8786

8887
<h1 id="JsonApiDotNetCore_AtomicOperations_ILocalIdTracker" data-uid="JsonApiDotNetCore.AtomicOperations.ILocalIdTracker" class="text-break">
89-
Interface ILocalIdTracker
90-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/ILocalIdTracker.cs/#L8"><i class="bi bi-code-slash"></i></a>
88+
Interface ILocalIdTracker <a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/ILocalIdTracker.cs/#L8"><i class="bi bi-code-slash"></i></a>
9189
</h1>
9290

9391
<div class="facts text-secondary">

api/JsonApiDotNetCore.AtomicOperations.IOperationProcessorAccessor.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Interface IOperationProcessorAccessor
6-
</title>
5+
<title>Interface IOperationProcessorAccessor </title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Interface IOperationProcessorAccessor
9-
">
7+
<meta name="title" content="Interface IOperationProcessorAccessor ">
108

9+
<meta name="description" content="Retrieves an instance from the D/I container and invokes a method on it.">
1110
<link rel="icon" href="../favicon.ico">
1211
<link rel="stylesheet" href="../public/docfx.min.css">
1312
<link rel="stylesheet" href="../public/main.css">
@@ -30,15 +29,15 @@
3029
<meta name="loc:changeTheme" content="Change theme">
3130
<meta name="loc:copy" content="Copy">
3231
<meta name="loc:downloadPdf" content="Download PDF">
33-
</head>
3432

35-
<script type="module" src="./../public/docfx.min.js"></script>
33+
<script type="module" src="./../public/docfx.min.js"></script>
3634

37-
<script>
38-
const theme = localStorage.getItem('theme') || 'auto'
39-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
40-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4139

40+
</head>
4241

4342
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
4443
<header class="bg-body border-bottom">
@@ -86,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8685

8786

8887
<h1 id="JsonApiDotNetCore_AtomicOperations_IOperationProcessorAccessor" data-uid="JsonApiDotNetCore.AtomicOperations.IOperationProcessorAccessor" class="text-break">
89-
Interface IOperationProcessorAccessor
90-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/IOperationProcessorAccessor.cs/#L9"><i class="bi bi-code-slash"></i></a>
88+
Interface IOperationProcessorAccessor <a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/IOperationProcessorAccessor.cs/#L9"><i class="bi bi-code-slash"></i></a>
9189
</h1>
9290

9391
<div class="facts text-secondary">

api/JsonApiDotNetCore.AtomicOperations.IOperationsProcessor.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Interface IOperationsProcessor
6-
</title>
5+
<title>Interface IOperationsProcessor </title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Interface IOperationsProcessor
9-
">
7+
<meta name="title" content="Interface IOperationsProcessor ">
108

9+
<meta name="description" content="Atomically processes a request that contains a list of operations.">
1110
<link rel="icon" href="../favicon.ico">
1211
<link rel="stylesheet" href="../public/docfx.min.css">
1312
<link rel="stylesheet" href="../public/main.css">
@@ -30,15 +29,15 @@
3029
<meta name="loc:changeTheme" content="Change theme">
3130
<meta name="loc:copy" content="Copy">
3231
<meta name="loc:downloadPdf" content="Download PDF">
33-
</head>
3432

35-
<script type="module" src="./../public/docfx.min.js"></script>
33+
<script type="module" src="./../public/docfx.min.js"></script>
3634

37-
<script>
38-
const theme = localStorage.getItem('theme') || 'auto'
39-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
40-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4139

40+
</head>
4241

4342
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
4443
<header class="bg-body border-bottom">
@@ -86,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8685

8786

8887
<h1 id="JsonApiDotNetCore_AtomicOperations_IOperationsProcessor" data-uid="JsonApiDotNetCore.AtomicOperations.IOperationsProcessor" class="text-break">
89-
Interface IOperationsProcessor
90-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/IOperationsProcessor.cs/#L8"><i class="bi bi-code-slash"></i></a>
88+
Interface IOperationsProcessor <a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/IOperationsProcessor.cs/#L8"><i class="bi bi-code-slash"></i></a>
9189
</h1>
9290

9391
<div class="facts text-secondary">

0 commit comments

Comments
 (0)