Class ConstraintInfo
Inheritance
System.Object
ConstraintInfo
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
|
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 |
|