Class GenericEventNameAttribute
Inheritance
GenericEventNameAttribute
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class GenericEventNameAttribute : Attribute, IEventNameProvider
Constructors
GenericEventNameAttribute()
Declaration
public GenericEventNameAttribute()
Properties
Postfix
Declaration
public string? Postfix { get; set; }
Property Value
Prefix
Declaration
public string? Prefix { get; set; }
Property Value
Methods
GetName(Type)
Declaration
public virtual string GetName(Type eventType)
Parameters
Type |
Name |
Description |
Type |
eventType |
|
Returns
Implements
Extension Methods