Search Results for

    Show / Hide Table of Contents

    Interface IHasMapper<TMapper>

    marker/constraint for endpoints that have a mapper generic argument

    Namespace: FastEndpoints
    Assembly: FastEndpoints.dll
    Syntax
    public interface IHasMapper<TMapper> where TMapper : IMapper
    Type Parameters
    Name Description
    TMapper

    the type of the mapper

    Properties

    Map

    the mapper property

    Declaration
    TMapper Map { get; set; }
    Property Value
    Type Description
    TMapper
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX