Class JsonApiLinksObject
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
Related
Returns the URI of the related link in this object.
public Uri Related { get; }
Property Value
Self
Returns the URI of the self link in this object.
public Uri Self { get; }
Property Value
Methods
OnCreateChildObject(string)
protected override JsonObject OnCreateChildObject(string sFieldName)
Parameters
sFieldName
string