Enum MementoInclusionMode
- Namespace
- PatternKit.Generators
- Assembly
- PatternKit.Generators.Abstractions.dll
Determines how members are selected for inclusion in the memento.
public enum MementoInclusionMode
Fields
ExplicitOnly = 1Include only members explicitly marked with [MementoInclude].
IncludeAll = 0Include all eligible public instance properties and fields with getters, except those marked with [MementoIgnore].