C# 클래스 Aspectacular.RequiredAspectAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: vgribok/Aspectacular 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
activator Func

공개 메소드들

메소드 설명
InstantiateAspect ( ) : Aspect
RequiredAspectAttribute ( Type aspectType, WhenRequiredAspectIsMissing missingAspectOption ) : System

Use to ensure certain aspect is used when method is intercepted.

메소드 상세

InstantiateAspect() 공개 메소드

public InstantiateAspect ( ) : Aspect
리턴 Aspect

RequiredAspectAttribute() 공개 메소드

Use to ensure certain aspect is used when method is intercepted.
public RequiredAspectAttribute ( Type aspectType, WhenRequiredAspectIsMissing missingAspectOption ) : System
aspectType System.Type
missingAspectOption WhenRequiredAspectIsMissing
리턴 System

프로퍼티 상세

activator 보호되어 있는 프로퍼티

protected Func activator
리턴 Func