Show / Hide Table of Contents

Class TupleTypeInfoElement

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

Properties

| 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

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

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