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

    Class JsonApiRelationshipObject

    Inheritance
    System.Object
    JsonValue
    JsonObject
    JsonApiRelationshipObject
    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 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
    JsonObject.OnCreateChildObject(String)

    Implements

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