Show / Hide Table of Contents

Class TypeInfo

Inheritance
System.Object
TypeInfo
ChoiceTypeInfo
ClassInfo
IntervalTypeInfo
ListTypeInfo
SimpleTypeInfo
TupleTypeInfo
Namespace: Ncqa.Cql.Model
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public abstract class TypeInfo : object

Properties

| Improve this Doc View Source

baseType

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

baseTypeSpecifier

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