Interface IJsonApiObjectFactory
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
sTypeNamestringThe JSON API object type name that selects the actual type of the specialized JsonObject. This must not be
nullor an empty string.