Class EtoBase
Inheritance
object
EtoBase
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.EventBus.Abstractions.dll
Syntax
public abstract class EtoBase
Constructors
EtoBase()
Declaration
protected EtoBase()
Properties
Properties
Declaration
public Dictionary<string, string> Properties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, string> |