Table of Contents

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 = 1

Include only members explicitly marked with [MementoInclude].

IncludeAll = 0

Include all eligible public instance properties and fields with getters, except those marked with [MementoIgnore].