Class BoundParameterTypeSpecifier
Inheritance
System.Object
BoundParameterTypeSpecifier
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class BoundParameterTypeSpecifier : TypeSpecifier
Properties
|
Improve this Doc
View Source
boundType
Declaration
public string boundType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
elementTypeSpecifier
Declaration
public TypeSpecifier elementTypeSpecifier { get; set; }
Property Value
|
Improve this Doc
View Source
parameterName
Declaration
public string parameterName { get; set; }
Property Value
Type |
Description |
System.String |
|