Show / Hide Table of Contents

Class NamedTypeSpecifier

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

Properties

| Improve this Doc View Source

modelName

Declaration
public string modelName { 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
In This Article
Back to top Generated by DocFX