View Source
Class CommonMapper
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class CommonMapper
Constructors
View Source
CommonMapper(IUserService, IContentTypeBaseServiceProvider, ContentAppFactoryCollection, ILocalizedTextService)
Declaration
public CommonMapper(IUserService userService, IContentTypeBaseServiceProvider contentTypeBaseServiceProvider, ContentAppFactoryCollection contentAppDefinitions, ILocalizedTextService localizedTextService)
Parameters
Methods
View Source
GetContentApps(IUmbracoEntity)
Declaration
public IEnumerable<ContentApp> GetContentApps(IUmbracoEntity source)
Parameters
Returns
View Source
GetContentAppsForEntity(IEntity)
Declaration
public IEnumerable<ContentApp> GetContentAppsForEntity(IEntity source)
Parameters
Type |
Name |
Description |
IEntity |
source |
|
Returns
View Source
GetContentType(IContentBase, MapperContext)
Declaration
public ContentTypeBasic GetContentType(IContentBase source, MapperContext context)
Parameters
Returns
View Source
GetCreator(IContent, MapperContext)
Declaration
public UserProfile GetCreator(IContent source, MapperContext context)
Parameters
Returns
View Source
GetOwner(IContentBase, MapperContext)
Declaration
public UserProfile GetOwner(IContentBase source, MapperContext context)
Parameters
Returns