Show / Hide Table of Contents

Class ValueSetReferenceInfo

Information about the value set reference.

Inheritance
System.Object
ValueSetReferenceInfo
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class ValueSetReferenceInfo : object

Constructors

| Improve this Doc View Source

ValueSetReferenceInfo()

Initializes a new instance of the ValueSetReferenceInfo class.

Declaration
public ValueSetReferenceInfo()

Properties

| Improve this Doc View Source

ReferencingElementsByPath

Gets the full pathname of the referencing elements by file.

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

StrongestBinding

Gets the strongest binding.

Declaration
public FhirElement.ElementDefinitionBindingStrength StrongestBinding { get; }
Property Value
Type Description
FhirElement.ElementDefinitionBindingStrength

Methods

| Improve this Doc View Source

AddPath(FhirElement)

Adds a path and checks for changes to strongest binding level.

Declaration
public void AddPath(FhirElement element)
Parameters
Type Name Description
FhirElement element

The element.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ValueSetReferenceInfo()
  • Properties
    • ReferencingElementsByPath
    • StrongestBinding
  • Methods
    • AddPath(FhirElement)
Back to top Generated by DocFX