C# 클래스 NCop.Aspects.Engine.AspectMemberMapper

상속: IAspectMemebrsCollection
파일 보기 프로젝트 열기: sagifogel/NCop 1 사용 예제들

공개 메소드들

메소드 설명
AspectMemberMapper ( Type aspectDeclaringType, ITypeMapCollection typeMap ) : System
GetEnumerator ( ) : IEnumerator>

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator
MapEvents ( Type aspectDeclaringType, ITypeMapCollection typeMap ) : void
MapMethods ( Type aspectDeclaringType, ITypeMapCollection typeMap ) : void
MapProperties ( Type aspectDeclaringType, ITypeMapCollection typeMap ) : void

메소드 상세

AspectMemberMapper() 공개 메소드

public AspectMemberMapper ( Type aspectDeclaringType, ITypeMapCollection typeMap ) : System
aspectDeclaringType System.Type
typeMap ITypeMapCollection
리턴 System

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator>
리턴 IEnumerator>