Show / Hide Table of Contents

Class ClassInfo

Inheritance
System.Object
TypeInfo
ClassInfo
ProfileInfo
Inherited Members
TypeInfo.baseTypeSpecifier
TypeInfo.baseType
Namespace: Ncqa.Cql.Model
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class ClassInfo : TypeInfo

Constructors

| Improve this Doc View Source

ClassInfo()

Declaration
public ClassInfo()

Properties

| Improve this Doc View Source

comment

Declaration
public string comment { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

constraint

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

contextRelationship

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

definition

Declaration
public string definition { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

description

Declaration
public string description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

element

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

identifier

Declaration
public string identifier { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

inferenceExpression

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

label

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

namespace

Declaration
public string namespace { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

parameter

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

primaryCodePath

Declaration
public string primaryCodePath { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

primaryValueSetPath

Declaration
public string primaryValueSetPath { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

retrievable

Declaration
public bool retrievable { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

search

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

target

Declaration
public string target { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

targetContextRelationship

Declaration
public RelationshipInfo[] targetContextRelationship { get; set; }
Property Value
Type Description
RelationshipInfo[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX