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 SourceLanguageSupportFiles(String, String)
Initializes a new instance of the Language
Declaration
public LanguageSupportFiles(string dir, string languageName)
Parameters
Type | Name | Description |
---|---|---|
System. |
dir | The dir. |
System. |
languageName | Name of the language. |
Properties
| Improve this Doc View SourceAdditionalFiles
Gets the additional files that should be included.
Declaration
public Dictionary<string, LanguageSupportFiles.SupportFileRec> AdditionalFiles { get; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
Insertions
Gets the files that include insertions for objects.
Declaration
public Dictionary<string, List<string>> Insertions { get; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
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. |
Methods
| Improve this Doc View SourceTryGetInputForKey(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. |
key | The key. |
System. |
contents | [out] The contents. |
Returns
Type | Description |
---|---|
System. |
True if it succeeds, false if it fails. |
TryLoad(FhirPackageCommon.FhirSequenceEnum)
Attempts to load.
Declaration
public bool TryLoad(FhirPackageCommon.FhirSequenceEnum fhirSequence)
Parameters
Type | Name | Description |
---|---|---|
Fhir |
fhirSequence | The FHIR sequence. |
Returns
Type | Description |
---|---|
System. |
True if it succeeds, false if it fails. |