Show / Hide Table of Contents

Enum ModuleHandlingFlags

Enum which provides additional information for serialization and other module handling purposes.

Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public enum ModuleHandlingFlags

Fields

Name Description
AllowDeserializationFailure

If set, and an error occurs when deserializing this object as part of a ModuleCollection's modules list, an InvalidModule will be created with the data of this object, and deserialization will continue.

None
RemoveOnNewProfile

If set, indicates to consumers that this module should be removed if the current IC data is copied into a new profile.

Extension Methods

Extensions.Yield<ModuleHandlingFlags>()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX