Show / Hide Table of Contents

Class LanguageSupportFiles

A language input support.

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

Constructors

| Improve this Doc View Source

LanguageSupportFiles(String, String)

Initializes a new instance of the LanguageSupportFiles class.

Declaration
public LanguageSupportFiles(string dir, string languageName)
Parameters
Type Name Description
System.String dir

The dir.

System.String languageName

Name of the language.

Properties

| Improve this Doc View Source

AdditionalFiles

Gets the additional files that should be included.

Declaration
public Dictionary<string, LanguageSupportFiles.SupportFileRec> AdditionalFiles { get; }
Property Value
Type Description
Dictionary<System.String, Microsoft.Health.Fhir.SpecManager.Language.LanguageSupportFiles.SupportFileRec>
| Improve this Doc View Source

Insertions

Gets the files that include insertions for objects.

Declaration
public Dictionary<string, List<string>> Insertions { get; }
Property Value
Type Description
Dictionary<System.String, List<System.String>>
| Improve this Doc View Source

ReplacementFiles

Gets the replacement files that should be used only as substitutions.

Declaration
public Dictionary<string, LanguageSupportFiles.SupportFileRec> ReplacementFiles { get; }
Property Value
Type Description
Dictionary<System.String, Microsoft.Health.Fhir.SpecManager.Language.LanguageSupportFiles.SupportFileRec>

Methods

| Improve this Doc View Source

TryGetInputForKey(String, out String)

Attempts to get input for key a string from the given string.

Declaration
public bool TryGetInputForKey(string key, out string contents)
Parameters
Type Name Description
System.String key

The key.

System.String contents

[out] The contents.

Returns
Type Description
System.Boolean

True if it succeeds, false if it fails.

| Improve this Doc View Source

TryLoad(FhirPackageCommon.FhirSequenceEnum)

Attempts to load.

Declaration
public bool TryLoad(FhirPackageCommon.FhirSequenceEnum fhirSequence)
Parameters
Type Name Description
FhirPackageCommon.FhirSequenceEnum fhirSequence

The FHIR sequence.

Returns
Type Description
System.Boolean

True if it succeeds, false if it fails.

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