Class JsonApiRelationshipObject
Inheritance
JsonApiRelationshipObject
Assembly: Subsembly.Json.dll
Syntax
public class JsonApiRelationshipObject : JsonObject, ICloneable
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
.
Declaration
public JsonApiResourceIdentifierObject ResourceIdentifier { get; }
Property Value
Methods
OnCreateChildObject(string)
Declaration
protected override JsonObject OnCreateChildObject(string sFieldName)
Parameters
Type |
Name |
Description |
string |
sFieldName |
|
Returns
Overrides
Implements