C# Class Felinesoft.UmbracoCodeFirst.Attributes.EventHandlerAttribute

Inheritance: CodeFirstAttribute, IInitialisableAttribute
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

Méthode Description
EventHandlerAttribute ( Type eventHandlerType = null ) : System
Initialise ( Type decoratedType ) : void

Method Details

EventHandlerAttribute() public méthode

public EventHandlerAttribute ( Type eventHandlerType = null ) : System
eventHandlerType System.Type
Résultat System

Initialise() public méthode

public Initialise ( Type decoratedType ) : void
decoratedType System.Type
Résultat void