UseStaticMapperAttribute<T>
Namespace: Riok.Mapperly.Abstractions
Considers all static mapping methods provided by the generic type.
public sealed class UseStaticMapperAttribute<T> : System.Attribute
Type Parameters
T
The type of which mapping methods will be included.
Inheritance Object → Attribute → UseStaticMapperAttribute<T>
Attributes AttributeUsageAttribute, ConditionalAttribute
Properties
TypeId
public object TypeId { get; }
Property Value
Constructors
UseStaticMapperAttribute()
public UseStaticMapperAttribute()