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
EnableEventRules
Gets a value indicating whether event rules are executed during save.
public bool EnableEventRules { get; init; }
Property Value
EnableQueryLogging
Gets a value indicating whether query logging is enabled during save.
public bool EnableQueryLogging { get; init; }
Property Value
EnableValidationRules
Gets a value indicating whether validation rules are executed during save.
public bool EnableValidationRules { get; init; }