Class AbpDistributedEntityEventOptions
Inheritance
object
AbpDistributedEntityEventOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.Entities.Events.Distributed
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class AbpDistributedEntityEventOptions
Constructors
AbpDistributedEntityEventOptions()
Declaration
public AbpDistributedEntityEventOptions()
Properties
AutoEventSelectors
Declaration
public IAutoEntityDistributedEventSelectorList AutoEventSelectors { get; }
Property Value
| Type | Description |
|---|---|
| IAutoEntityDistributedEventSelectorList |
EtoMappings
Declaration
public EtoMappingDictionary EtoMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| EtoMappingDictionary |