Class NoAutoMapAttribute
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Attribute used to disable automatic property mapping for a projection model. Can be applied at class level to prevent AutoMap from mapping properties automatically. This attribute is inherited by child projections.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, Inherited = true)]
public sealed class NoAutoMapAttribute : Attribute
- Inheritance
-
NoAutoMapAttribute
- Inherited Members