Show / Hide Table of Contents

Class ConstraintInfo

Inheritance
System.Object
ConstraintInfo
Namespace: Ncqa.Cql.Model
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class ConstraintInfo : 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

expression

Declaration
public ExpressionInfo[] expression { get; set; }
Property Value
Type Description
ExpressionInfo[]
| Improve this Doc View Source

message

Declaration
public string message { 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

severity

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