Class NamedTypeSpecifier
Inheritance
System.Object
NamedTypeSpecifier
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class NamedTypeSpecifier : TypeSpecifier
Properties
|
Improve this Doc
View Source
modelName
Declaration
public string modelName { 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
namespace
Declaration
public string namespace { get; set; }
Property Value
Type |
Description |
System.String |
|