C# Class Felinesoft.UmbracoCodeFirst.Attributes.EventHandlerAttribute

Inheritance: CodeFirstAttribute, IInitialisableAttribute
Exibir arquivo Open project: DanMannMann/UmbracoCodeFirst

Public Methods

Method Description
EventHandlerAttribute ( Type eventHandlerType = null ) : System
Initialise ( Type decoratedType ) : void

Method Details

EventHandlerAttribute() public method

public EventHandlerAttribute ( Type eventHandlerType = null ) : System
eventHandlerType System.Type
return System

Initialise() public method

public Initialise ( Type decoratedType ) : void
decoratedType System.Type
return void