Show / Hide Table of Contents

Class RecordExtensions

Inheritance
System.Object
RecordExtensions
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Extensions
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public static class RecordExtensions : object

Methods

| Improve this Doc View Source

ToStringWithExpectation<T>(FhirCapabiltyStatement.ValWithExpectation<T>)

A ValWithExpectation<T> extension method that convert this object into a string representation.

Declaration
public static string ToStringWithExpectation<T>(this FhirCapabiltyStatement.ValWithExpectation<T> v)
Parameters
Type Name Description
FhirCapabiltyStatement.ValWithExpectation<T> v

The v to act on.

Returns
Type Description
System.String

V as a string.

Type Parameters
Name Description
T

Generic type parameter.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX