Class FhirLiteralAttribute
Attribute for FHIR enum values to link strings and .Net equivalents.
Inheritance
System.Object
FhirLiteralAttribute
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Extensions
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirLiteralAttribute : Attribute
Constructors
| Improve this Doc View SourceFhirLiteralAttribute(String)
Initializes a new instance of the Fhir
Declaration
public FhirLiteralAttribute(string fhirLiteral)
Parameters
Type | Name | Description |
---|---|---|
System. |
fhirLiteral | The FHIR literal. |
Properties
| Improve this Doc View SourceFhirLiteral
Gets or sets the FHIR literal.
Declaration
public string FhirLiteral { get; protected set; }
Property Value
Type | Description |
---|---|
System. |