Search Results for

    Show / Hide Table of Contents
    View Source

    Class MapperForAttribute

    An attribute used to decorate mappers to be associated with entities

    Inheritance
    object
    Attribute
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
    public sealed class MapperForAttribute : Attribute

    Constructors

    View Source

    MapperForAttribute(Type)

    Declaration
    public MapperForAttribute(Type entityType)
    Parameters
    Type Name Description
    Type entityType

    Properties

    View Source

    EntityType

    Declaration
    public Type EntityType { get; }
    Property Value
    Type Description
    Type
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX