C# 클래스 Felinesoft.UmbracoCodeFirst.Attributes.EventHandlerAttribute

상속: CodeFirstAttribute, IInitialisableAttribute
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
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