Class ExporterOptions
An exporter options.
Inheritance
Namespace: Microsoft.Health.Fhir.SpecManager.Manager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class ExporterOptions : object
Constructors
| Improve this Doc View SourceExporterOptions(String, IEnumerable<String>, List<ExporterOptions.FhirExportClassType>, ExporterOptions.ExtensionSupportLevel, IEnumerable<String>, IEnumerable<String>, Dictionary<String, String>, String, Boolean, Boolean, String)
Initializes a new instance of the Exporter
Declaration
public ExporterOptions(string languageName, IEnumerable<string> exportList, List<ExporterOptions.FhirExportClassType> optionalClassesToExport, ExporterOptions.ExtensionSupportLevel extensionSupport, IEnumerable<string> extensionUrls, IEnumerable<string> extensionElementPaths, Dictionary<string, string> languageOptions, string fhirServerUrl, bool resolveExternal, bool includeExperimental, string languageInputDir)
Parameters
Type | Name | Description |
---|---|---|
System. |
languageName | Name of the language. |
IEnumerable<System. |
exportList | List of exports. |
List<Exporter |
optionalClassesToExport | Language optional class types to export (e.g., Enums). |
Exporter |
extensionSupport | The extension support. |
IEnumerable<System. |
extensionUrls | Manually supported extension URLs that should be added. |
IEnumerable<System. |
extensionElementPaths | Manually supported element paths that should have extensions. |
Dictionary<System. |
languageOptions | Options for controlling the language. |
System. |
fhirServerUrl | FHIR Server URL to pull a CapabilityStatement (or Conformance) from. Requires application/fhir+json. |
System. |
resolveExternal | Whether or not to try to resolve unknown canonicals at the given fhir server url. |
System. |
includeExperimental | A value indicating whether structures marked experimental should be included. |
System. |
languageInputDir | The language input dir. |
Properties
| Improve this Doc View SourceExportList
Gets a list of exports.
Declaration
public IEnumerable<string> ExportList { get; }
Property Value
Type | Description |
---|---|
IEnumerable<System. |
A list of exports. |
ExtensionElementPaths
Gets the extension element paths.
Declaration
public HashSet<string> ExtensionElementPaths { get; }
Property Value
Type | Description |
---|---|
Hash |
The extension element paths. |
ExtensionSupport
Gets the extension support.
Declaration
public ExporterOptions.ExtensionSupportLevel ExtensionSupport { get; }
Property Value
Type | Description |
---|---|
Exporter |
The extension support. |
ExtensionUrls
Gets the extension urls.
Declaration
public HashSet<string> ExtensionUrls { get; }
Property Value
Type | Description |
---|---|
Hash |
The extension urls. |
IncludeExperimental
Gets a value indicating whether structures marked experimental should be included.
Declaration
public bool IncludeExperimental { get; }
Property Value
Type | Description |
---|---|
System. |
LanguageInputDir
Gets the language input dir.
Declaration
public string LanguageInputDir { get; }
Property Value
Type | Description |
---|---|
System. |
LanguageName
Gets the name of the language.
Declaration
public string LanguageName { get; }
Property Value
Type | Description |
---|---|
System. |
The name of the language. |
LanguageOptions
Gets options for controlling the language.
Declaration
public Dictionary<string, string> LanguageOptions { get; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
OptionalClassTypesToExport
Gets the optional class types to export.
Declaration
public List<ExporterOptions.FhirExportClassType> OptionalClassTypesToExport { get; }
Property Value
Type | Description |
---|---|
List<Exporter |
ResolveExternal
Whether or not to try to resolve unknown canonicals at the given fhir server url.
Declaration
public bool ResolveExternal { get; }
Property Value
Type | Description |
---|---|
System. |
ServerUrl
Gets URL of the FHIR server (if specified).
Declaration
public string ServerUrl { get; }
Property Value
Type | Description |
---|---|
System. |
SupportFiles
Gets the language input.
Declaration
public LanguageSupportFiles SupportFiles { get; }
Property Value
Type | Description |
---|---|
Language |
Methods
| Improve this Doc View SourceGetParam(String, Boolean)
Gets a language parameter.
Declaration
public bool GetParam(string field, bool valueDefault)
Parameters
Type | Name | Description |
---|---|---|
System. |
field | The field. |
System. |
valueDefault | The value default. |
Returns
Type | Description |
---|---|
System. |
The language parameter. |
GetParam(String, Int32)
Gets language parameter.
Declaration
public int GetParam(string field, int valueDefault)
Parameters
Type | Name | Description |
---|---|---|
System. |
field | The field. |
System. |
valueDefault | The value default. |
Returns
Type | Description |
---|---|
System. |
The language parameter. |
GetParam(String, String)
Gets language parameter.
Declaration
public string GetParam(string field, string valueDefault)
Parameters
Type | Name | Description |
---|---|---|
System. |
field | The field. |
System. |
valueDefault | The value default. |
Returns
Type | Description |
---|---|
System. |
The language parameter. |
GetParamBoolN(String)
Gets parameter nullable.
Declaration
public bool? GetParamBoolN(string field)
Parameters
Type | Name | Description |
---|---|---|
System. |
field | The field. |
Returns
Type | Description |
---|---|
System. |
The parameter nullable. |