Class IdentityMapDefinition
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class IdentityMapDefinition : IMapDefinition
Constructors
IdentityMapDefinition(ILocalizedTextService, IEntityService, IOptions<GlobalSettings>, AppCaches)
Declaration
public IdentityMapDefinition(ILocalizedTextService textService, IEntityService entityService, IOptions<GlobalSettings> globalSettings, AppCaches appCaches)
Parameters
| Type |
Name |
Description |
| ILocalizedTextService |
textService |
|
| IEntityService |
entityService |
|
| IOptions<GlobalSettings> |
globalSettings |
|
| AppCaches |
appCaches |
|
Methods
DefineMaps(IUmbracoMapper)
Declaration
public void DefineMaps(IUmbracoMapper mapper)
Parameters
| Type |
Name |
Description |
| IUmbracoMapper |
mapper |
|