C# Класс Felinesoft.UmbracoCodeFirst.Attributes.EventHandlerAttribute

Наследование: CodeFirstAttribute, IInitialisableAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
EventHandlerAttribute ( Type eventHandlerType = null ) : System
Initialise ( Type decoratedType ) : void

Описание методов

EventHandlerAttribute() публичный Метод

public EventHandlerAttribute ( Type eventHandlerType = null ) : System
eventHandlerType System.Type
Результат System

Initialise() публичный Метод

public Initialise ( Type decoratedType ) : void
decoratedType System.Type
Результат void