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 SourceToStringWithExpectation<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 |
---|---|---|
Fhir |
v | The v to act on. |
Returns
Type | Description |
---|---|
System. |
V as a string. |
Type Parameters
Name | Description |
---|---|
T | Generic type parameter. |