Skip to content

Commit 2a8cc85

Browse files
committed
docs refresh
1 parent 9b3c185 commit 2a8cc85

File tree

115 files changed

+2529
-92
lines changed

Some content is hidden

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

115 files changed

+2529
-92
lines changed

DataWarehouseAutomation/DataWarehouseAutomation/GlobalUsings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
global using System.Security.Cryptography;
33
global using System.Text;
44
global using System.Text.Json;
5-
global using System.Text.Json.Serialization;
5+
global using System.Text.Json.Serialization;

docs/_site/api/DataWarehouseAutomation.BusinessKeyDefinition.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818

1919
<meta name="docfx:disabletocfilter" content="true">
2020

21+
<meta name="loc:inThisArticle" content="In this article">
22+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
23+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
24+
<meta name="loc:tocFilter" content="Filter by title">
25+
<meta name="loc:nextArticle" content="Next">
26+
<meta name="loc:prevArticle" content="Previous">
27+
<meta name="loc:themeLight" content="Light">
28+
<meta name="loc:themeDark" content="Dark">
29+
<meta name="loc:themeAuto" content="Auto">
30+
<meta name="loc:changeTheme" content="Change theme">
31+
<meta name="loc:copy" content="Copy">
2132
</head>
2233

2334
<script type="module">
@@ -283,6 +294,39 @@ <h4 class="section">Property Value</h4>
283294

284295

285296

297+
<a id="DataWarehouseAutomation_BusinessKeyDefinition_Name_" data-uid="DataWarehouseAutomation.BusinessKeyDefinition.Name*"></a>
298+
299+
<h3 id="DataWarehouseAutomation_BusinessKeyDefinition_Name" data-uid="DataWarehouseAutomation.BusinessKeyDefinition.Name">
300+
Name
301+
302+
</h3>
303+
304+
<div class="markdown level1 summary"><p>The optional name of the Business Key Definition.</p>
305+
</div>
306+
<div class="markdown level1 conceptual"></div>
307+
308+
<div class="codewrapper">
309+
<pre><code class="lang-csharp hljs">[JsonPropertyName(&quot;name&quot;)]
310+
public string? Name { get; set; }</code></pre>
311+
</div>
312+
313+
314+
315+
316+
317+
<h4 class="section">Property Value</h4>
318+
<dl class="parameters">
319+
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
320+
<dd></dd>
321+
</dl>
322+
323+
324+
325+
326+
327+
328+
329+
286330
<a id="DataWarehouseAutomation_BusinessKeyDefinition_Notes_" data-uid="DataWarehouseAutomation.BusinessKeyDefinition.Notes*"></a>
287331

288332
<h3 id="DataWarehouseAutomation_BusinessKeyDefinition_Notes" data-uid="DataWarehouseAutomation.BusinessKeyDefinition.Notes">

docs/_site/api/DataWarehouseAutomation.DataClassification.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818

1919
<meta name="docfx:disabletocfilter" content="true">
2020

21+
<meta name="loc:inThisArticle" content="In this article">
22+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
23+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
24+
<meta name="loc:tocFilter" content="Filter by title">
25+
<meta name="loc:nextArticle" content="Next">
26+
<meta name="loc:prevArticle" content="Previous">
27+
<meta name="loc:themeLight" content="Light">
28+
<meta name="loc:themeDark" content="Dark">
29+
<meta name="loc:themeAuto" content="Auto">
30+
<meta name="loc:changeTheme" content="Change theme">
31+
<meta name="loc:copy" content="Copy">
2132
</head>
2233

2334
<script type="module">
@@ -212,7 +223,7 @@ <h3 id="DataWarehouseAutomation_DataClassification_Notes" data-uid="DataWarehous
212223

213224
</h3>
214225

215-
<div class="markdown level1 summary"><p>Free-format notes on the data classification.</p>
226+
<div class="markdown level1 summary"><p>Free-format notes on the Data Classification.</p>
216227
</div>
217228
<div class="markdown level1 conceptual"></div>
218229

@@ -250,7 +261,7 @@ <h3 id="DataWarehouseAutomation_DataClassification_Equals_System_Object_" data-u
250261

251262
</h3>
252263

253-
<div class="markdown level1 summary"><p>Use this method to assert if two DataClassifications are the same, based on their Id.</p>
264+
<div class="markdown level1 summary"><p>Use this method to assert if two Data Classifications are the same, based on their Ids.</p>
254265
</div>
255266
<div class="markdown level1 conceptual"></div>
256267

@@ -267,7 +278,7 @@ <h4 class="section">Parameters</h4>
267278
<h4 class="section">Returns</h4>
268279
<dl class="parameters">
269280
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
270-
<dd><p>bool</p>
281+
<dd><p>True if the Data Classifications are the same, based on their Ids</p>
271282
</dd>
272283
</dl>
273284

@@ -300,7 +311,7 @@ <h3 id="DataWarehouseAutomation_DataClassification_GetHashCode" data-uid="DataWa
300311
<h4 class="section">Returns</h4>
301312
<dl class="parameters">
302313
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
303-
<dd><p>int</p>
314+
<dd><p>A 32-bit signed integer hash code</p>
304315
</dd>
305316
</dl>
306317

@@ -334,7 +345,7 @@ <h3 id="DataWarehouseAutomation_DataClassification_ToString" data-uid="DataWareh
334345
<h4 class="section">Returns</h4>
335346
<dl class="parameters">
336347
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
337-
<dd><p>string</p>
348+
<dd><p>The Classification value</p>
338349
</dd>
339350
</dl>
340351

docs/_site/api/DataWarehouseAutomation.DataConnection.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818

1919
<meta name="docfx:disabletocfilter" content="true">
2020

21+
<meta name="loc:inThisArticle" content="In this article">
22+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
23+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
24+
<meta name="loc:tocFilter" content="Filter by title">
25+
<meta name="loc:nextArticle" content="Next">
26+
<meta name="loc:prevArticle" content="Previous">
27+
<meta name="loc:themeLight" content="Light">
28+
<meta name="loc:themeDark" content="Dark">
29+
<meta name="loc:themeAuto" content="Auto">
30+
<meta name="loc:changeTheme" content="Change theme">
31+
<meta name="loc:copy" content="Copy">
2132
</head>
2233

2334
<script type="module">
@@ -325,7 +336,7 @@ <h3 id="DataWarehouseAutomation_DataConnection_Equals_System_Object_" data-uid="
325336

326337
</h3>
327338

328-
<div class="markdown level1 summary"><p>Use this method to assert if two DataConnections are the same, based on their Id.</p>
339+
<div class="markdown level1 summary"><p>Use this method to assert if two Data Connections are the same, based on their Ids.</p>
329340
</div>
330341
<div class="markdown level1 conceptual"></div>
331342

@@ -342,7 +353,7 @@ <h4 class="section">Parameters</h4>
342353
<h4 class="section">Returns</h4>
343354
<dl class="parameters">
344355
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
345-
<dd><p>bool</p>
356+
<dd><p>True if the Data Connections are the same, based on their Ids</p>
346357
</dd>
347358
</dl>
348359

@@ -375,7 +386,7 @@ <h3 id="DataWarehouseAutomation_DataConnection_GetHashCode" data-uid="DataWareho
375386
<h4 class="section">Returns</h4>
376387
<dl class="parameters">
377388
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
378-
<dd><p>int</p>
389+
<dd><p>A 32-bit signed integer hash code</p>
379390
</dd>
380391
</dl>
381392

@@ -409,7 +420,7 @@ <h3 id="DataWarehouseAutomation_DataConnection_ToString" data-uid="DataWarehouse
409420
<h4 class="section">Returns</h4>
410421
<dl class="parameters">
411422
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
412-
<dd><p>string</p>
423+
<dd><p>The Name</p>
413424
</dd>
414425
</dl>
415426

docs/_site/api/DataWarehouseAutomation.DataItem.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818

1919
<meta name="docfx:disabletocfilter" content="true">
2020

21+
<meta name="loc:inThisArticle" content="In this article">
22+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
23+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
24+
<meta name="loc:tocFilter" content="Filter by title">
25+
<meta name="loc:nextArticle" content="Next">
26+
<meta name="loc:prevArticle" content="Previous">
27+
<meta name="loc:themeLight" content="Light">
28+
<meta name="loc:themeDark" content="Dark">
29+
<meta name="loc:themeAuto" content="Auto">
30+
<meta name="loc:changeTheme" content="Change theme">
31+
<meta name="loc:copy" content="Copy">
2132
</head>
2233

2334
<script type="module">
@@ -563,7 +574,7 @@ <h3 id="DataWarehouseAutomation_DataItem_Equals_System_Object_" data-uid="DataWa
563574

564575
</h3>
565576

566-
<div class="markdown level1 summary"><p>Use this method to assert if two DataItems are the same, based on their Id.</p>
577+
<div class="markdown level1 summary"><p>Use this method to assert if two Data Items are the same, based on their Ids.</p>
567578
</div>
568579
<div class="markdown level1 conceptual"></div>
569580

@@ -580,7 +591,7 @@ <h4 class="section">Parameters</h4>
580591
<h4 class="section">Returns</h4>
581592
<dl class="parameters">
582593
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
583-
<dd><p>bool</p>
594+
<dd><p>True if the Data Items are the same, based on their Ids</p>
584595
</dd>
585596
</dl>
586597

@@ -613,7 +624,7 @@ <h3 id="DataWarehouseAutomation_DataItem_GetHashCode" data-uid="DataWarehouseAut
613624
<h4 class="section">Returns</h4>
614625
<dl class="parameters">
615626
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
616-
<dd><p>int</p>
627+
<dd><p>A 32-bit signed integer hash code</p>
617628
</dd>
618629
</dl>
619630

@@ -647,7 +658,7 @@ <h3 id="DataWarehouseAutomation_DataItem_ToString" data-uid="DataWarehouseAutoma
647658
<h4 class="section">Returns</h4>
648659
<dl class="parameters">
649660
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
650-
<dd><p>string</p>
661+
<dd><p>The Name</p>
651662
</dd>
652663
</dl>
653664

docs/_site/api/DataWarehouseAutomation.DataItemMapping.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818

1919
<meta name="docfx:disabletocfilter" content="true">
2020

21+
<meta name="loc:inThisArticle" content="In this article">
22+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
23+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
24+
<meta name="loc:tocFilter" content="Filter by title">
25+
<meta name="loc:nextArticle" content="Next">
26+
<meta name="loc:prevArticle" content="Previous">
27+
<meta name="loc:themeLight" content="Light">
28+
<meta name="loc:themeDark" content="Dark">
29+
<meta name="loc:themeAuto" content="Auto">
30+
<meta name="loc:changeTheme" content="Change theme">
31+
<meta name="loc:copy" content="Copy">
2132
</head>
2233

2334
<script type="module">
@@ -281,7 +292,7 @@ <h3 id="DataWarehouseAutomation_DataItemMapping_Equals_System_Object_" data-uid=
281292

282293
</h3>
283294

284-
<div class="markdown level1 summary"><p>Use this method to assert if two DataItemMappings are the same, based on their Id.</p>
295+
<div class="markdown level1 summary"><p>Use this method to assert if two DataItemMappings are the same, based on their Ids.</p>
285296
</div>
286297
<div class="markdown level1 conceptual"></div>
287298

@@ -298,7 +309,7 @@ <h4 class="section">Parameters</h4>
298309
<h4 class="section">Returns</h4>
299310
<dl class="parameters">
300311
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
301-
<dd><p>bool</p>
312+
<dd><p>True if the Data Item Mappings are the same, based on their Ids</p>
302313
</dd>
303314
</dl>
304315

@@ -331,7 +342,7 @@ <h3 id="DataWarehouseAutomation_DataItemMapping_GetHashCode" data-uid="DataWareh
331342
<h4 class="section">Returns</h4>
332343
<dl class="parameters">
333344
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
334-
<dd><p>int</p>
345+
<dd><p>A 32-bit signed integer hash code</p>
335346
</dd>
336347
</dl>
337348

@@ -365,7 +376,7 @@ <h3 id="DataWarehouseAutomation_DataItemMapping_ToString" data-uid="DataWarehous
365376
<h4 class="section">Returns</h4>
366377
<dl class="parameters">
367378
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
368-
<dd><p>string</p>
379+
<dd><p>The Target Data Item's Name</p>
369380
</dd>
370381
</dl>
371382

docs/_site/api/DataWarehouseAutomation.DataItemQuery.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818

1919
<meta name="docfx:disabletocfilter" content="true">
2020

21+
<meta name="loc:inThisArticle" content="In this article">
22+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
23+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
24+
<meta name="loc:tocFilter" content="Filter by title">
25+
<meta name="loc:nextArticle" content="Next">
26+
<meta name="loc:prevArticle" content="Previous">
27+
<meta name="loc:themeLight" content="Light">
28+
<meta name="loc:themeDark" content="Dark">
29+
<meta name="loc:themeAuto" content="Auto">
30+
<meta name="loc:changeTheme" content="Change theme">
31+
<meta name="loc:copy" content="Copy">
2132
</head>
2233

2334
<script type="module">
@@ -629,7 +640,7 @@ <h3 id="DataWarehouseAutomation_DataItemQuery_Equals_System_Object_" data-uid="D
629640

630641
</h3>
631642

632-
<div class="markdown level1 summary"><p>Use this method to assert if two DataItemQueries are the same, based on their Id.</p>
643+
<div class="markdown level1 summary"><p>Use this method to assert if two Data Item Queries are the same, based on their Ids.</p>
633644
</div>
634645
<div class="markdown level1 conceptual"></div>
635646

@@ -646,7 +657,7 @@ <h4 class="section">Parameters</h4>
646657
<h4 class="section">Returns</h4>
647658
<dl class="parameters">
648659
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
649-
<dd><p>bool</p>
660+
<dd><p>True if the Data Item Queries are the same, based on their Ids</p>
650661
</dd>
651662
</dl>
652663

@@ -679,7 +690,7 @@ <h3 id="DataWarehouseAutomation_DataItemQuery_GetHashCode" data-uid="DataWarehou
679690
<h4 class="section">Returns</h4>
680691
<dl class="parameters">
681692
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
682-
<dd><p>int</p>
693+
<dd><p>A 32-bit signed integer hash code</p>
683694
</dd>
684695
</dl>
685696

@@ -713,7 +724,7 @@ <h3 id="DataWarehouseAutomation_DataItemQuery_ToString" data-uid="DataWarehouseA
713724
<h4 class="section">Returns</h4>
714725
<dl class="parameters">
715726
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
716-
<dd><p>string</p>
727+
<dd><p>The Name</p>
717728
</dd>
718729
</dl>
719730

docs/_site/api/DataWarehouseAutomation.DataObject.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818

1919
<meta name="docfx:disabletocfilter" content="true">
2020

21+
<meta name="loc:inThisArticle" content="In this article">
22+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
23+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
24+
<meta name="loc:tocFilter" content="Filter by title">
25+
<meta name="loc:nextArticle" content="Next">
26+
<meta name="loc:prevArticle" content="Previous">
27+
<meta name="loc:themeLight" content="Light">
28+
<meta name="loc:themeDark" content="Dark">
29+
<meta name="loc:themeAuto" content="Auto">
30+
<meta name="loc:changeTheme" content="Change theme">
31+
<meta name="loc:copy" content="Copy">
2132
</head>
2233

2334
<script type="module">
@@ -395,7 +406,7 @@ <h3 id="DataWarehouseAutomation_DataObject_Equals_System_Object_" data-uid="Data
395406

396407
</h3>
397408

398-
<div class="markdown level1 summary"><p>Use this method to assert if two DataObjects are the same, based on their Id.</p>
409+
<div class="markdown level1 summary"><p>Use this method to assert if two Data Objects are the same, based on their Ids.</p>
399410
</div>
400411
<div class="markdown level1 conceptual"></div>
401412

@@ -412,7 +423,7 @@ <h4 class="section">Parameters</h4>
412423
<h4 class="section">Returns</h4>
413424
<dl class="parameters">
414425
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
415-
<dd><p>bool</p>
426+
<dd><p>True if the Data Objects are the same, based on their Ids</p>
416427
</dd>
417428
</dl>
418429

@@ -445,7 +456,7 @@ <h3 id="DataWarehouseAutomation_DataObject_GetHashCode" data-uid="DataWarehouseA
445456
<h4 class="section">Returns</h4>
446457
<dl class="parameters">
447458
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
448-
<dd><p>int</p>
459+
<dd><p>A 32-bit signed integer hash code</p>
449460
</dd>
450461
</dl>
451462

@@ -479,7 +490,8 @@ <h3 id="DataWarehouseAutomation_DataObject_ToString" data-uid="DataWarehouseAuto
479490
<h4 class="section">Returns</h4>
480491
<dl class="parameters">
481492
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
482-
<dd></dd>
493+
<dd><p>The Name</p>
494+
</dd>
483495
</dl>
484496

485497

0 commit comments

Comments
 (0)