Show / Hide Table of Contents

Class ModelInfo

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

Properties

| Improve this Doc View Source

caseSensitive

Declaration
public bool caseSensitive { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

caseSensitiveSpecified

Declaration
public bool caseSensitiveSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

contextInfo

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

conversionInfo

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

defaultContext

Declaration
public string defaultContext { 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

patientBirthDatePropertyName

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

patientClassIdentifier

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

patientClassName

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

requiredModelInfo

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

schemaLocation

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

strictRetrieveTyping

Declaration
public bool strictRetrieveTyping { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

strictRetrieveTypingSpecified

Declaration
public bool strictRetrieveTypingSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

targetQualifier

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

targetUrl

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

targetVersion

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

typeInfo

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

url

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

version

Declaration
public string version { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX