Interface IContentTypeResolver
An interface for a contenttype resolver to allow resolving contenttypes to concrete CLR types.
Namespace:Contentful.Core.Configuration
Assembly:cs.temp.dll.dll
Syntax
public interface IContentTypeResolver
Methods
Resolve(String)
Resolves a content type id to a concrete type.
Declaration
Type Resolve(string contentTypeId)
Parameters
Type | Name | Description |
---|---|---|
System.String | contentTypeId | The contenttype id to resolve. |
Returns
Type | Description |
---|---|
System.Type | The type for the provided contenttype id. |