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