Show / Hide Table of Contents

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 Source

FhirLiteralAttribute(String)

Initializes a new instance of the FhirLiteralAttribute class.

Declaration
public FhirLiteralAttribute(string fhirLiteral)
Parameters
Type Name Description
System.String fhirLiteral

The FHIR literal.

Properties

| Improve this Doc View Source

FhirLiteral

Gets or sets the FHIR literal.

Declaration
public string FhirLiteral { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX