Search Results for

    Show / Hide Table of Contents
    View Source

    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 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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MapperForAttribute(Type)
    • Properties
      • EntityType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX