Class JsonApiLinksObject
Represents a JSON links object that contains various links either as strings or as link objects.
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 JsonApiLinksObject : JsonObject, ICloneable
Remarks
Any objects contained by this object are assumed to be JsonApiLinkObjects.
Properties
Related
Returns the URI of the related link in this object.
Declaration
public Uri Related { get; }
Property Value
Type | Description |
---|---|
System.Uri |
Self
Returns the URI of the self link in this object.
Declaration
public Uri Self { get; }
Property Value
Type | Description |
---|---|
System.Uri |
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