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
sTypeName
stringThe JSON API object type name that selects the actual type of the specialized JsonObject. This must not be
null
or an empty string.