Class SearchInfo
Inheritance
System.Object
SearchInfo
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class SearchInfo : object
Properties
|
Improve this Doc
View Source
Declaration
public string comment { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
definition
Declaration
public string definition { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
description
Declaration
public string description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
label
Declaration
public string label { 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
path
Declaration
public string path { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
type
Declaration
public string type { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
typeSpecifier
Declaration
public TypeSpecifier typeSpecifier { get; set; }
Property Value