Class JsonApiRelationshipObject

Namespace
Subsembly.Json
Assembly
Subsembly.Json.dll
public class JsonApiRelationshipObject : JsonObject, ICloneable
Inheritance
JsonApiRelationshipObject
Implements
Inherited Members

Properties

ResourceIdentifier

If the data of this relationship contains a single resource identifier object, then this resource identifier object will be returned. Otherwise the value is null.

public JsonApiResourceIdentifierObject ResourceIdentifier { get; }

Property Value

JsonApiResourceIdentifierObject

Methods

OnCreateChildObject(string)

protected override JsonObject OnCreateChildObject(string sFieldName)

Parameters

sFieldName string

Returns

JsonObject