Show / Hide Table of Contents

Class ClassInfoElement

Inheritance
System.Object
ClassInfoElement
Namespace: Ncqa.Cql.Model
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class ClassInfoElement : object

Properties

| Improve this Doc View Source

binding

Declaration
public BindingInfo binding { get; set; }
Property Value
Type Description
BindingInfo
| 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

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

elementType

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

elementTypeSpecifier

Declaration
public TypeSpecifier elementTypeSpecifier { get; set; }
Property Value
Type Description
TypeSpecifier
| Improve this Doc View Source

label

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

max

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

min

Declaration
public int min { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

minSpecified

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

mustSupport

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

mustSupportSpecified

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

name

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

oneBased

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

oneBasedSpecified

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

prohibited

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

prohibitedSpecified

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

target

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

type

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

typeSpecifier

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