Show / Hide Table of Contents

Class GenericEventNameAttribute

Inheritance
System.Object
GenericEventNameAttribute
Implements
IEventNameProvider
Namespace: Volo.Abp.EventBus
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

IEventNameProvider

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft