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

    Class JsonApiResourceObjects

    A JSON array containing JsonApiResourceObjects.

    Inheritance
    System.Object
    JsonValue
    JsonArray
    JsonApiResourceObjects
    Implements
    System.ICloneable
    System.Collections.Generic.IEnumerable<JsonValue>
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    JsonArray.ParseJson(String)
    JsonArray.ParseJson(Byte[])
    JsonArray.Parse(String)
    JsonArray.Parse(Byte[])
    JsonArray.Value
    JsonArray.Count
    JsonArray.Add(JsonValue)
    JsonArray.AddRange(IEnumerable<JsonValue>)
    JsonArray.ToArray<T>()
    JsonArray.ToStringArray()
    JsonArray.OnCreateChildArray(Int32)
    JsonArray.OnAfterParseArray()
    JsonArray.IEnumerable.GetEnumerator()
    JsonArray.ICollection.CopyTo(Array, Int32)
    JsonArray.IEnumerable<JsonValue>.GetEnumerator()
    JsonArray.ICollection.IsSynchronized
    JsonArray.ICollection.SyncRoot
    JsonValue.Null
    JsonValue.Undefined
    JsonValue.JsonType
    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 JsonApiResourceObjects : JsonArray, ICloneable, IEnumerable<JsonValue>, ICollection, IEnumerable

    Constructors

    JsonApiResourceObjects(IJsonApiObjectFactory)

    Declaration
    public JsonApiResourceObjects(IJsonApiObjectFactory aObjectFactory)
    Parameters
    Type Name Description
    IJsonApiObjectFactory aObjectFactory

    Methods

    Find(String, String)

    Declaration
    public JsonApiResourceObject Find(string sType, string sId)
    Parameters
    Type Name Description
    System.String sType
    System.String sId
    Returns
    Type Description
    JsonApiResourceObject

    OnCreateChildObject(Int32)

    Declaration
    protected override JsonObject OnCreateChildObject(int nIndex)
    Parameters
    Type Name Description
    System.Int32 nIndex
    Returns
    Type Description
    JsonObject
    Overrides
    JsonArray.OnCreateChildObject(Int32)

    Implements

    System.ICloneable
    System.Collections.Generic.IEnumerable<T>
    System.Collections.ICollection
    System.Collections.IEnumerable
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH