Show / Hide Table of Contents

Class BindingInfo

Inheritance
System.Object
BindingInfo
Namespace: Ncqa.Cql.Model
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
Type Description
BindingStrength
| Improve this Doc View Source

valueSet

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