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

    Class JsonApiRelationshipsObject

    Inheritance
    System.Object
    JsonValue
    JsonObject
    JsonApiRelationshipsObject
    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 JsonApiRelationshipsObject : JsonObject, ICloneable

    Methods

    GetResourceIdentifier(String)

    Declaration
    public JsonApiResourceIdentifierObject GetResourceIdentifier(string sFieldName)
    Parameters
    Type Name Description
    System.String sFieldName
    Returns
    Type Description
    JsonApiResourceIdentifierObject

    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