Table of Contents

Class SaveOptions

Namespace
GroupeIsa.Neos.Domain.Persistence
Assembly
GroupeIsa.Neos.Domain.Abstractions.dll

Represents save options for the unit of work.

public sealed class SaveOptions
Inheritance
SaveOptions
Inherited Members

Properties

Default

Gets the default save options.

public static SaveOptions Default { get; }

Property Value

SaveOptions

EnableEventRules

Gets a value indicating whether event rules are executed during save.

public bool EnableEventRules { get; init; }

Property Value

bool

EnableQueryLogging

Gets a value indicating whether query logging is enabled during save.

public bool EnableQueryLogging { get; init; }

Property Value

bool

EnableValidationRules

Gets a value indicating whether validation rules are executed during save.

public bool EnableValidationRules { get; init; }

Property Value

bool