Show / Hide Table of Contents

Class SpecManagerWebService

A service for accessing package manager apis information.

Inheritance
System.Object
SpecManagerWebService
Implements
IHostedService
ISpecManagerWebService
IReadOnlyDictionary<System.String, FhirVersionInfo>
Namespace: FhirCodeGenBlazor.Services
Assembly: FhirCodeGenBlazor.dll
Syntax
public class SpecManagerWebService : IDisposable, ISpecManagerWebService

Constructors

| Improve this Doc View Source

SpecManagerWebService()

Initializes a new instance of the SpecManagerWebService class.

Declaration
public SpecManagerWebService()

Methods

| Improve this Doc View Source

Dispose(Boolean)

Releases the unmanaged resources used by the FhirModelComparer.Server.Services.FhirManagerService and optionally releases the managed resources.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

True to release both managed and unmanaged resources; false to release only unmanaged resources.

| Improve this Doc View Source

Init()

Initializes this object.

Declaration
public void Init()

Implements

IHostedService
ISpecManagerWebService
IReadOnlyDictionary<, >
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX