Skip to content

Commit

Permalink
Update documentation after commit 2150b49 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Oct 1, 2024
1 parent 2150b49 commit 4d7d49a
Show file tree
Hide file tree
Showing 607 changed files with 6,004 additions and 77,144 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<title>Class BaseConfiguration
| MASES Group website - Data Distribution Manager </title>
<title>Class BaseConfiguration | MASES Group website - Data Distribution Manager </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class BaseConfiguration
| MASES Group website - Data Distribution Manager ">
<meta name="title" content="Class BaseConfiguration | MASES Group website - Data Distribution Manager ">

<meta name="description" content="The base configuration class">
<link rel="icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
Expand All @@ -30,15 +29,15 @@
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
</head>

<script type="module" src="./../public/docfx.min.js"></script>
<script type="module" src="./../public/docfx.min.js"></script>

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

</head>

<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
Expand Down Expand Up @@ -74,7 +73,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>

Expand All @@ -86,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="MASES_DataDistributionManager_Bindings_BaseConfiguration" data-uid="MASES.DataDistributionManager.Bindings.BaseConfiguration" class="text-break">
Class BaseConfiguration
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src\DataDistributionManagerNet\BaseConfiguration.cs/#L27"><i class="bi bi-code-slash"></i></a>
Class BaseConfiguration <a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src/net/DataDistributionManagerNet/BaseConfiguration.cs/#L27"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -161,15 +159,21 @@ <h1 id="MASES_DataDistributionManager_Bindings_BaseConfiguration" data-uid="MASE
</dd>
</dl>

<dl class="typelist derived">
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
Expand All @@ -179,12 +183,6 @@ <h1 id="MASES_DataDistributionManager_Bindings_BaseConfiguration" data-uid="MASE
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</dd></dl>


Expand All @@ -200,7 +198,7 @@ <h2 class="section" id="properties">Properties

<h3 id="MASES_DataDistributionManager_Bindings_BaseConfiguration_Configuration" data-uid="MASES.DataDistributionManager.Bindings.BaseConfiguration.Configuration">
Configuration
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src\DataDistributionManagerNet\BaseConfiguration.cs/#L50"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src/net/DataDistributionManagerNet/BaseConfiguration.cs/#L50"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>The configuration parameters to use written as key=value</p>
Expand Down Expand Up @@ -237,7 +235,7 @@ <h2 class="section" id="methods">Methods

<h3 id="MASES_DataDistributionManager_Bindings_BaseConfiguration_CheckConfiguration" data-uid="MASES.DataDistributionManager.Bindings.BaseConfiguration.CheckConfiguration">
CheckConfiguration()
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src\DataDistributionManagerNet\BaseConfiguration.cs/#L44"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src/net/DataDistributionManagerNet/BaseConfiguration.cs/#L44"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Checks the configuration for mandatory information</p>
Expand All @@ -264,7 +262,7 @@ <h3 id="MASES_DataDistributionManager_Bindings_BaseConfiguration_CheckConfigurat

<h3 id="MASES_DataDistributionManager_Bindings_BaseConfiguration_EmitPropertyChanged_System_String_" data-uid="MASES.DataDistributionManager.Bindings.BaseConfiguration.EmitPropertyChanged(System.String)">
EmitPropertyChanged(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src\DataDistributionManagerNet\BaseConfiguration.cs/#L36"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src/net/DataDistributionManagerNet/BaseConfiguration.cs/#L36"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Emits <a class="xref" href="MASES.DataDistributionManager.Bindings.BaseConfiguration.html#MASES_DataDistributionManager_Bindings_BaseConfiguration_PropertyChanged">PropertyChanged</a></p>
Expand Down Expand Up @@ -300,7 +298,7 @@ <h2 class="section" id="events">Events

<h3 id="MASES_DataDistributionManager_Bindings_BaseConfiguration_PropertyChanged" data-uid="MASES.DataDistributionManager.Bindings.BaseConfiguration.PropertyChanged">
PropertyChanged
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src\DataDistributionManagerNet\BaseConfiguration.cs/#L31"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src/net/DataDistributionManagerNet/BaseConfiguration.cs/#L31"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Occurs when a property value changes.</p>
Expand Down Expand Up @@ -332,7 +330,7 @@ <h4 class="section">Event Type</h4>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/masesgroup/DataDistributionManager/blob/master/src\DataDistributionManagerNet\BaseConfiguration.cs/#L27" class="edit-link">Edit this page</a>
<a href="https://github.com/masesgroup/DataDistributionManager/blob/master/src/net/DataDistributionManagerNet/BaseConfiguration.cs/#L27" class="edit-link">Edit this page</a>
</div>


Expand All @@ -347,7 +345,7 @@ <h4 class="section">Event Type</h4>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<div style="text-align: center;">Copyright © 2023 MASES s.r.l.. | Via San Cesidio 16 - San Valentino in A.C. - PE | P.I. 01932310681</div>
<div style="text-align: center;">Copyright © 2024 MASES s.r.l.. | Via San Cesidio 16 - San Valentino in A.C. - PE | P.I. 01932310681</div>
</div>
</div>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<title>Class ChangedStateEventArgs
| MASES Group website - Data Distribution Manager </title>
<title>Class ChangedStateEventArgs | MASES Group website - Data Distribution Manager </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class ChangedStateEventArgs
| MASES Group website - Data Distribution Manager ">
<meta name="title" content="Class ChangedStateEventArgs | MASES Group website - Data Distribution Manager ">

<meta name="description" content="Event args for event">
<link rel="icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
Expand All @@ -30,15 +29,15 @@
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
</head>

<script type="module" src="./../public/docfx.min.js"></script>
<script type="module" src="./../public/docfx.min.js"></script>

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

</head>

<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
Expand Down Expand Up @@ -74,7 +73,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>

Expand All @@ -86,8 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="MASES_DataDistributionManager_Bindings_ChangedStateEventArgs" data-uid="MASES.DataDistributionManager.Bindings.ChangedStateEventArgs" class="text-break">
Class ChangedStateEventArgs
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src\DataDistributionManagerNet\SmartDataDistribution.cs/#L302"><i class="bi bi-code-slash"></i></a>
Class ChangedStateEventArgs <a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src/net/DataDistributionManagerNet/SmartDataDistribution.cs/#L302"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -117,18 +115,24 @@ <h1 id="MASES_DataDistributionManager_Bindings_ChangedStateEventArgs" data-uid="



<dl class="typelist derived">
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs.empty">EventArgs.Empty</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
Expand All @@ -138,12 +142,6 @@ <h1 id="MASES_DataDistributionManager_Bindings_ChangedStateEventArgs" data-uid="
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</dd></dl>


Expand All @@ -159,7 +157,7 @@ <h2 class="section" id="properties">Properties

<h3 id="MASES_DataDistributionManager_Bindings_ChangedStateEventArgs_State" data-uid="MASES.DataDistributionManager.Bindings.ChangedStateEventArgs.State">
State
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src\DataDistributionManagerNet\SmartDataDistribution.cs/#L311"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/masesgroup/DataDistributionManager/blob/master/src/net/DataDistributionManagerNet/SmartDataDistribution.cs/#L311"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>The final <a class="xref" href="MASES.DataDistributionManager.Bindings.Interop.DDM_INSTANCE_STATE.html">DDM_INSTANCE_STATE</a> state</p>
Expand Down Expand Up @@ -191,7 +189,7 @@ <h4 class="section">Property Value</h4>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/masesgroup/DataDistributionManager/blob/master/src\DataDistributionManagerNet\SmartDataDistribution.cs/#L302" class="edit-link">Edit this page</a>
<a href="https://github.com/masesgroup/DataDistributionManager/blob/master/src/net/DataDistributionManagerNet/SmartDataDistribution.cs/#L302" class="edit-link">Edit this page</a>
</div>


Expand All @@ -206,7 +204,7 @@ <h4 class="section">Property Value</h4>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<div style="text-align: center;">Copyright © 2023 MASES s.r.l.. | Via San Cesidio 16 - San Valentino in A.C. - PE | P.I. 01932310681</div>
<div style="text-align: center;">Copyright © 2024 MASES s.r.l.. | Via San Cesidio 16 - San Valentino in A.C. - PE | P.I. 01932310681</div>
</div>
</div>
</footer>
Expand Down
Loading

0 comments on commit 4d7d49a

Please sign in to comment.