Enum AutoMap
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Represents the auto mapping behavior.
public enum AutoMap
Fields
Disabled = 1Disable auto mapping.
Enabled = 2Enable auto mapping.
Inherit = 0Inherit the auto mapping behavior from the parent.