Class AbpEntityChangeOptions
Inheritance
AbpEntityChangeOptions
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class AbpEntityChangeOptions
Constructors
AbpEntityChangeOptions()
Declaration
public AbpEntityChangeOptions()
Properties
IgnoredNavigationEntitySelectors
Declaration
public IEntitySelectorList IgnoredNavigationEntitySelectors { get; set; }
Property Value
IgnoredUpdateAggregateRootSelectors
Declaration
public IEntitySelectorList IgnoredUpdateAggregateRootSelectors { get; set; }
Property Value
PublishEntityUpdatedEventWhenNavigationChanges
Declaration
public bool PublishEntityUpdatedEventWhenNavigationChanges { get; set; }
Property Value
UpdateAggregateRootWhenNavigationChanges
Declaration
public bool UpdateAggregateRootWhenNavigationChanges { get; set; }
Property Value
Extension Methods