Class JsonApiLinksObject

Namespace
Subsembly.Json
Assembly
Subsembly.Json.dll

Represents a JSON links object that contains various links either as strings or as link objects.

public class JsonApiLinksObject : JsonObject, ICloneable
Inheritance
JsonApiLinksObject
Implements
Inherited Members

Remarks

Any objects contained by this object are assumed to be JsonApiLinkObjects.

Properties

Returns the URI of the related link in this object.

public Uri Related { get; }

Property Value

Uri

Self

Returns the URI of the self link in this object.

public Uri Self { get; }

Property Value

Uri

Methods

OnCreateChildObject(string)

protected override JsonObject OnCreateChildObject(string sFieldName)

Parameters

sFieldName string

Returns

JsonObject