Show / Hide Table of Contents

Class FhirSearchParamComponent

A fhir search parameter.

Inheritance
System.Object
FhirSearchParamComponent
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirSearchParamComponent : ICloneable

Constructors

| Improve this Doc View Source

FhirSearchParamComponent(String, String)

Initializes a new instance of the FhirSearchParamComponent class.

Declaration
public FhirSearchParamComponent(string definition, string expression)
Parameters
Type Name Description
System.String definition

The definition.

System.String expression

The expression.

Properties

| Improve this Doc View Source

Definition

Gets the definition.

Declaration
public string Definition { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DefinitionParam

Declaration
public FhirSearchParam DefinitionParam { get; set; }
Property Value
Type Description
FhirSearchParam
| Improve this Doc View Source

Expression

Gets the expression.

Declaration
public string Expression { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Clone()

Deep copy.

Declaration
public object Clone()
Returns
Type Description
System.Object

A FhirSearchParam.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FhirSearchParamComponent(String, String)
  • Properties
    • Definition
    • DefinitionParam
    • Expression
  • Methods
    • Clone()
Back to top Generated by DocFX