Class JsonApiRelationshipObject
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Subsembly.Json
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
Type | Description |
---|---|
JsonApiResourceIdentifierObject |
Methods
OnCreateChildObject(String)
Declaration
protected override JsonObject OnCreateChildObject(string sFieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | sFieldName |
Returns
Type | Description |
---|---|
JsonObject |
Overrides
Implements
System.ICloneable