From f1d3d4d283bc70710a8687810392547ede785d94 Mon Sep 17 00:00:00 2001 From: AptiviCEO Date: Mon, 20 Jan 2025 09:33:57 +0000 Subject: [PATCH] Updated documentation to reflect latest changes bc8d8ee8299443945437fa2160549c63d4edc8c0 --- api/ServiceCity.Instances.SystemService.html | 205 +++++++++++++++++++ api/ServiceCity.Instances.html | 129 ++++++++++++ api/ServiceCity.Tools.ServiceEnumerator.html | 175 ++++++++++++++++ api/ServiceCity.Tools.html | 129 ++++++++++++ api/toc.html | 39 ++++ api/toc.json | 2 + index.json | 20 ++ manifest.json | 53 +++++ sitemap.xml | 26 ++- toc.html | 2 +- toc.json | 2 +- xrefmap.yml | 65 +++++- 12 files changed, 843 insertions(+), 4 deletions(-) create mode 100644 api/ServiceCity.Instances.SystemService.html create mode 100644 api/ServiceCity.Instances.html create mode 100644 api/ServiceCity.Tools.ServiceEnumerator.html create mode 100644 api/ServiceCity.Tools.html create mode 100644 api/toc.html create mode 100644 api/toc.json diff --git a/api/ServiceCity.Instances.SystemService.html b/api/ServiceCity.Instances.SystemService.html new file mode 100644 index 0000000..0fc8870 --- /dev/null +++ b/api/ServiceCity.Instances.SystemService.html @@ -0,0 +1,205 @@ + + + + + + + + Class SystemService | ServiceCity API - Aptivi + + + + + + + + + + + + + + + +
+
+ + + + +
+
+ +
+
Search Results for
+
+

+
+
    +
    +
    + + + +
    + + + + + + diff --git a/api/ServiceCity.Instances.html b/api/ServiceCity.Instances.html new file mode 100644 index 0000000..17c1bb5 --- /dev/null +++ b/api/ServiceCity.Instances.html @@ -0,0 +1,129 @@ + + + + + + + + Namespace ServiceCity.Instances | ServiceCity API - Aptivi + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    + +
    +
    Search Results for
    +
    +

    +
    +
      +
      +
      + + + +
      + + + + + + diff --git a/api/ServiceCity.Tools.ServiceEnumerator.html b/api/ServiceCity.Tools.ServiceEnumerator.html new file mode 100644 index 0000000..26fdd45 --- /dev/null +++ b/api/ServiceCity.Tools.ServiceEnumerator.html @@ -0,0 +1,175 @@ + + + + + + + + Class ServiceEnumerator | ServiceCity API - Aptivi + + + + + + + + + + + + + + + +
      +
      + + + + +
      +
      + +
      +
      Search Results for
      +
      +

      +
      +
        +
        +
        + + + +
        + + + + + + diff --git a/api/ServiceCity.Tools.html b/api/ServiceCity.Tools.html new file mode 100644 index 0000000..0cab5b8 --- /dev/null +++ b/api/ServiceCity.Tools.html @@ -0,0 +1,129 @@ + + + + + + + + Namespace ServiceCity.Tools | ServiceCity API - Aptivi + + + + + + + + + + + + + + + +
        +
        + + + + +
        +
        + +
        +
        Search Results for
        +
        +

        +
        +
          +
          +
          + + + +
          + + + + + + diff --git a/api/toc.html b/api/toc.html new file mode 100644 index 0000000..667e05c --- /dev/null +++ b/api/toc.html @@ -0,0 +1,39 @@ + +
          +
          +
          +
          + + + +
          +
          +
          +
          + + +
          +
          +
          +
          diff --git a/api/toc.json b/api/toc.json new file mode 100644 index 0000000..27f37fe --- /dev/null +++ b/api/toc.json @@ -0,0 +1,2 @@ + +{"items":[{"name":"ServiceCity.Instances","href":"ServiceCity.Instances.html","topicHref":"ServiceCity.Instances.html","topicUid":"ServiceCity.Instances","type":"Namespace","items":[{"name":"SystemService","href":"ServiceCity.Instances.SystemService.html","topicHref":"ServiceCity.Instances.SystemService.html","topicUid":"ServiceCity.Instances.SystemService","type":"Class"}]},{"name":"ServiceCity.Tools","href":"ServiceCity.Tools.html","topicHref":"ServiceCity.Tools.html","topicUid":"ServiceCity.Tools","type":"Namespace","items":[{"name":"ServiceEnumerator","href":"ServiceCity.Tools.ServiceEnumerator.html","topicHref":"ServiceCity.Tools.ServiceEnumerator.html","topicUid":"ServiceCity.Tools.ServiceEnumerator","type":"Class"}]}],"memberLayout":"SamePage"} diff --git a/index.json b/index.json index 56e9abf..4c2d686 100644 --- a/index.json +++ b/index.json @@ -1,4 +1,24 @@ { + "api/ServiceCity.Instances.SystemService.html": { + "href": "api/ServiceCity.Instances.SystemService.html", + "title": "Class SystemService | ServiceCity API - Aptivi", + "keywords": "Class SystemService System service representation Inheritance object SystemService Namespace: ServiceCity.Instances Assembly: ServiceCity.dll Syntax public class SystemService Properties | Edit this page View Source DisplayName Display name of the service Declaration public string DisplayName { get; } Property Value Type Description string | Edit this page View Source Name Name of the service Declaration public string Name { get; } Property Value Type Description string" + }, + "api/ServiceCity.Instances.html": { + "href": "api/ServiceCity.Instances.html", + "title": "Namespace ServiceCity.Instances | ServiceCity API - Aptivi", + "keywords": "Namespace ServiceCity.Instances Classes SystemService System service representation" + }, + "api/ServiceCity.Tools.ServiceEnumerator.html": { + "href": "api/ServiceCity.Tools.ServiceEnumerator.html", + "title": "Class ServiceEnumerator | ServiceCity API - Aptivi", + "keywords": "Class ServiceEnumerator Enumeration tools for operating system services Inheritance object ServiceEnumerator Namespace: ServiceCity.Tools Assembly: ServiceCity.dll Syntax public static class ServiceEnumerator Methods | Edit this page View Source EnumerateServices() Enumerates all installed services on your computer Declaration public static SystemService[] EnumerateServices() Returns Type Description SystemService[] System service instances" + }, + "api/ServiceCity.Tools.html": { + "href": "api/ServiceCity.Tools.html", + "title": "Namespace ServiceCity.Tools | ServiceCity API - Aptivi", + "keywords": "Namespace ServiceCity.Tools Classes ServiceEnumerator Enumeration tools for operating system services" + }, "index.html": { "href": "index.html", "title": "| ServiceCity API - Aptivi", diff --git a/manifest.json b/manifest.json index b863501..79056bc 100644 --- a/manifest.json +++ b/manifest.json @@ -13,6 +13,59 @@ } } }, + { + "type": "ManagedReference", + "source_relative_path": "api/ServiceCity.Instances.SystemService.yml", + "output": { + ".html": { + "relative_path": "api/ServiceCity.Instances.SystemService.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/ServiceCity.Instances.yml", + "output": { + ".html": { + "relative_path": "api/ServiceCity.Instances.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/ServiceCity.Tools.ServiceEnumerator.yml", + "output": { + ".html": { + "relative_path": "api/ServiceCity.Tools.ServiceEnumerator.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/ServiceCity.Tools.yml", + "output": { + ".html": { + "relative_path": "api/ServiceCity.Tools.html" + } + }, + "version": "" + }, + { + "type": "Toc", + "source_relative_path": "api/toc.yml", + "output": { + ".html": { + "relative_path": "api/toc.html" + }, + ".json": { + "relative_path": "api/toc.json" + } + }, + "version": "" + }, { "type": "Resource", "source_relative_path": "favicon.ico", diff --git a/sitemap.xml b/sitemap.xml index 94b77f0..ea7582c 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,8 +1,32 @@  + + https://aptivi.github.io/ServiceCity/api/ServiceCity.Instances.SystemService.html + 2025-01-20T09:33:57+00:00 + daily + 0.5 + + + https://aptivi.github.io/ServiceCity/api/ServiceCity.Instances.html + 2025-01-20T09:33:57+00:00 + daily + 0.5 + + + https://aptivi.github.io/ServiceCity/api/ServiceCity.Tools.ServiceEnumerator.html + 2025-01-20T09:33:57+00:00 + daily + 0.5 + + + https://aptivi.github.io/ServiceCity/api/ServiceCity.Tools.html + 2025-01-20T09:33:57+00:00 + daily + 0.5 + https://aptivi.github.io/ServiceCity/index.html - 2025-01-12T11:52:47+00:00 + 2025-01-20T09:33:57+00:00 daily 0.5 diff --git a/toc.html b/toc.html index b31274a..002de2e 100644 --- a/toc.html +++ b/toc.html @@ -16,7 +16,7 @@ Home
        • - API Documentation + API Documentation
        • diff --git a/toc.json b/toc.json index 5a3c813..ca0c3bc 100644 --- a/toc.json +++ b/toc.json @@ -1,2 +1,2 @@ -{"items":[{"name":"Home","href":"index.html","topicHref":"index.html"},{"name":"API Documentation","href":"api/"}]} +{"items":[{"name":"Home","href":"index.html","topicHref":"index.html"},{"name":"API Documentation","href":"api/ServiceCity.Instances.html","tocHref":"api/toc.html","topicHref":"api/ServiceCity.Instances.html","topicUid":"ServiceCity.Instances"}]} diff --git a/xrefmap.yml b/xrefmap.yml index ee6d062..2b1fcb9 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -1,3 +1,66 @@ ### YamlMime:XRefMap sorted: true -references: [] +references: +- uid: ServiceCity.Instances + name: ServiceCity.Instances + href: api/ServiceCity.Instances.html + commentId: N:ServiceCity.Instances + fullName: ServiceCity.Instances + nameWithType: ServiceCity.Instances +- uid: ServiceCity.Instances.SystemService + name: SystemService + href: api/ServiceCity.Instances.SystemService.html + commentId: T:ServiceCity.Instances.SystemService + fullName: ServiceCity.Instances.SystemService + nameWithType: SystemService +- uid: ServiceCity.Instances.SystemService.DisplayName + name: DisplayName + href: api/ServiceCity.Instances.SystemService.html#ServiceCity_Instances_SystemService_DisplayName + commentId: P:ServiceCity.Instances.SystemService.DisplayName + fullName: ServiceCity.Instances.SystemService.DisplayName + nameWithType: SystemService.DisplayName +- uid: ServiceCity.Instances.SystemService.DisplayName* + name: DisplayName + href: api/ServiceCity.Instances.SystemService.html#ServiceCity_Instances_SystemService_DisplayName_ + commentId: Overload:ServiceCity.Instances.SystemService.DisplayName + isSpec: "True" + fullName: ServiceCity.Instances.SystemService.DisplayName + nameWithType: SystemService.DisplayName +- uid: ServiceCity.Instances.SystemService.Name + name: Name + href: api/ServiceCity.Instances.SystemService.html#ServiceCity_Instances_SystemService_Name + commentId: P:ServiceCity.Instances.SystemService.Name + fullName: ServiceCity.Instances.SystemService.Name + nameWithType: SystemService.Name +- uid: ServiceCity.Instances.SystemService.Name* + name: Name + href: api/ServiceCity.Instances.SystemService.html#ServiceCity_Instances_SystemService_Name_ + commentId: Overload:ServiceCity.Instances.SystemService.Name + isSpec: "True" + fullName: ServiceCity.Instances.SystemService.Name + nameWithType: SystemService.Name +- uid: ServiceCity.Tools + name: ServiceCity.Tools + href: api/ServiceCity.Tools.html + commentId: N:ServiceCity.Tools + fullName: ServiceCity.Tools + nameWithType: ServiceCity.Tools +- uid: ServiceCity.Tools.ServiceEnumerator + name: ServiceEnumerator + href: api/ServiceCity.Tools.ServiceEnumerator.html + commentId: T:ServiceCity.Tools.ServiceEnumerator + fullName: ServiceCity.Tools.ServiceEnumerator + nameWithType: ServiceEnumerator +- uid: ServiceCity.Tools.ServiceEnumerator.EnumerateServices + name: EnumerateServices() + href: api/ServiceCity.Tools.ServiceEnumerator.html#ServiceCity_Tools_ServiceEnumerator_EnumerateServices + commentId: M:ServiceCity.Tools.ServiceEnumerator.EnumerateServices + fullName: ServiceCity.Tools.ServiceEnumerator.EnumerateServices() + nameWithType: ServiceEnumerator.EnumerateServices() +- uid: ServiceCity.Tools.ServiceEnumerator.EnumerateServices* + name: EnumerateServices + href: api/ServiceCity.Tools.ServiceEnumerator.html#ServiceCity_Tools_ServiceEnumerator_EnumerateServices_ + commentId: Overload:ServiceCity.Tools.ServiceEnumerator.EnumerateServices + isSpec: "True" + fullName: ServiceCity.Tools.ServiceEnumerator.EnumerateServices + nameWithType: ServiceEnumerator.EnumerateServices