• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class JsonApiLinksObject

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

    Inheritance
    System.Object
    JsonValue
    JsonObject
    JsonApiLinksObject
    Implements
    System.ICloneable
    Inherited Members
    JsonObject.ParseJson(String)
    JsonObject.ParseJson(Byte[])
    JsonObject.Parse(String)
    JsonObject.Parse(Byte[])
    JsonObject.HasOwnProperty(String)
    JsonObject.GetOwnPropertyNames()
    JsonObject.SetIfNotEmpty(String, JsonValue)
    JsonObject.GetIfNotEmpty(String)
    JsonObject.GetIfNotNaN<T>(String, T)
    JsonObject.GetBool(String)
    JsonObject.GetDateIfNotEmpty(String)
    JsonObject.GetUuidIfNotEmpty(String)
    JsonObject.SetUuidIfNotEmpty(String, Guid)
    JsonObject.OnCreateChildArray(String)
    JsonObject.OnAfterParseObject()
    JsonValue.Null
    JsonValue.Undefined
    JsonValue.JsonType
    JsonValue.Value
    JsonValue.Item[String]
    JsonValue.Item[Int32]
    JsonValue.ValueAsString
    JsonValue.ValueAsNumber
    JsonValue.ValueAsBoolean
    JsonValue.Load(TextReader)
    JsonValue.Load(Stream)
    JsonValue.Load(String)
    JsonValue.Save(TextWriter)
    JsonValue.Save(Stream)
    JsonValue.Save(String)
    JsonValue.ToByteArray()
    JsonValue.ToString()
    JsonValue.Clone()
    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
    JsonObject.OnCreateChildObject(String)

    Implements

    System.ICloneable
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH