Interface IJsonApiObjectFactory

Namespace
Subsembly.Json
Assembly
Subsembly.Json.dll

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

public interface IJsonApiObjectFactory

Methods

CreateObject(string)

Creates a specialized object derived from JsonObject.

JsonObject CreateObject(string sTypeName)

Parameters

sTypeName string

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

JsonObject