Class MapperForAttribute
An attribute used to decorate mappers to be associated with entities
Inheritance
System.Object
System.Attribute
Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class MapperForAttribute : Attribute, _Attribute
Constructors
MapperForAttribute(Type)
Declaration
public MapperForAttribute(Type entityType)
Parameters
Type | Name | Description |
---|---|---|
System. |
entityType |
Properties
EntityType
Declaration
public Type EntityType { get; }
Property Value
Type | Description |
---|---|
System. |