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

    Interface IJsonApiObjectFactory

    Interface for creating JSON API attribute objects from the object type name.

    Namespace: Subsembly.Json
    Assembly: Subsembly.Json.dll
    Syntax
    public interface IJsonApiObjectFactory

    Methods

    CreateObject(String)

    Creates a specialized object derived from JsonObject.

    Declaration
    JsonObject CreateObject(string sTypeName)
    Parameters
    Type Name Description
    System.String sTypeName

    The JSON API object type name that selects the actual type of the specialized JsonObject. This must not be null or an empty string.

    Returns
    Type Description
    JsonObject
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH