Class ConversionInfo
Inheritance
System.Object
ConversionInfo
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
|
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