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 SourceModelBuilder(FhirVersionInfo)
Initializes a new instance of the Model
Declaration
public ModelBuilder(FhirVersionInfo info)
Parameters
Type | Name | Description |
---|---|---|
Fhir |
info | The information. |
Methods
| Improve this Doc View SourceBuild()
Builds the given information.
Declaration
public ModelBuilder.ExportModels Build()
Returns
Type | Description |
---|---|
Microsoft. |
The ExportModels. |