Show / Hide Table of Contents

Class ConversionInfo

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

Properties

| Improve this Doc View Source

fromType

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

fromTypeSpecifier

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

functionName

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

toType

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

toTypeSpecifier

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