Show / Hide Table of Contents

Class ChoiceTypeInfo

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

Properties

| Improve this Doc View Source

choice

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

type

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