Class SimpleTypeInfo
Inheritance
System.Object
SimpleTypeInfo
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class SimpleTypeInfo : TypeInfo
Properties
|
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
target
Declaration
public string target { get; set; }
Property Value
Type |
Description |
System.String |
|