Class BindingInfo
Inheritance
System.Object
BindingInfo
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class BindingInfo : object
Properties
|
Improve this Doc
View Source
description
Declaration
public string description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
name
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
strength
Declaration
public BindingStrength strength { get; set; }
Property Value
|
Improve this Doc
View Source
valueSet
Declaration
public string valueSet { get; set; }
Property Value
Type |
Description |
System.String |
|