Class MapperForAttribute
An attribute used to decorate mappers to be associated with entities
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class MapperForAttribute : Attribute
Constructors
View SourceMapperForAttribute(Type)
Declaration
public MapperForAttribute(Type entityType)
Parameters
Type | Name | Description |
---|---|---|
Type | entityType |
Properties
View SourceEntityType
Declaration
public Type EntityType { get; }
Property Value
Type | Description |
---|---|
Type |