Class TestScriptFixture
Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class TestScriptFixture : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Autocreate
Extension container element for Autocreate
Declaration
public Element _Autocreate { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Autodelete
Extension container element for Autodelete
Declaration
public Element _Autodelete { get; set; }
Property Value
Type | Description |
---|---|
Element |
Autocreate
Whether or not to implicitly create the fixture during setup. If true, the fixture is automatically created on each server being tested during setup, therefore no create operation is required for this fixture in the TestScript.setup section.
Declaration
public bool? Autocreate { get; set; }
Property Value
Type | Description |
---|---|
System. |
Autodelete
Whether or not to implicitly delete the fixture during teardown If true, the fixture is automatically deleted on each server being tested during teardown, therefore no delete operation is required for this fixture in the TestScript.teardown section.
Declaration
public bool? Autodelete { get; set; }
Property Value
Type | Description |
---|---|
System. |
Resource
Reference to the resource (containing the contents of the resource needed for operations).
Declaration
public Reference Resource { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |