View Source
Class IdentityMapDefinition
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class IdentityMapDefinition : IMapDefinition
Constructors
View Source
IdentityMapDefinition(ILocalizedTextService, IEntityService, IGlobalSettings)
Declaration
[Obsolete("Use constructor specifying all dependencies")]
public IdentityMapDefinition(ILocalizedTextService textService, IEntityService entityService, IGlobalSettings globalSettings)
Parameters
View Source
IdentityMapDefinition(ILocalizedTextService, IEntityService, IGlobalSettings, AppCaches)
Declaration
public IdentityMapDefinition(ILocalizedTextService textService, IEntityService entityService, IGlobalSettings globalSettings, AppCaches appCaches)
Parameters
Methods
View Source
DefineMaps(UmbracoMapper)
Declaration
public void DefineMaps(UmbracoMapper mapper)
Parameters