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 |
Returns
Type | Description |
---|---|
JsonObject |