eShopOnContainers icon indicating copy to clipboard operation
eShopOnContainers copied to clipboard

Allows the event name and class name to be different

Open demirmusa opened this issue 3 years ago • 1 comments

Implements IntegrationEventNameAttribute that allows the event name and class name to be different.

For example:

[IntegrationEventName("MyIntegrationEvent")]//you can change the name of the event
public class MyEvent : IntegrationEvent
{        
	///
}

May be required in cases where the event name conflicts with a class name in your project.

demirmusa avatar Sep 01 '20 03:09 demirmusa

CLA assistant check
All CLA requirements met.

dnfadmin avatar Sep 01 '20 03:09 dnfadmin