Show / Hide Table of Contents

Class ModelBuilder

The TypeScript-SDK model builder - converts internal models into TS-specific structures.

Inheritance
System.Object
ModelBuilder
Namespace: Microsoft.Health.Fhir.SpecManager.Language.TypeScriptSdk
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class ModelBuilder : object

Constructors

| Improve this Doc View Source

ModelBuilder(FhirVersionInfo)

Initializes a new instance of the ModelBuilder class.

Declaration
public ModelBuilder(FhirVersionInfo info)
Parameters
Type Name Description
FhirVersionInfo info

The information.

Methods

| Improve this Doc View Source

Build()

Builds the given information.

Declaration
public ModelBuilder.ExportModels Build()
Returns
Type Description
Microsoft.Health.Fhir.SpecManager.Language.TypeScriptSdk.ModelBuilder.ExportModels

The ExportModels.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX