C# 클래스 NCop.Composite.Engine.CompositeMemberMapper

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

공개 메소드들

메소드 설명
CompositeMemberMapper ( IAspectsMap aspectMap, IAspectMemebrsCollection aspectMembersCollection ) : System
GetEnumerator ( ) : IEnumerator>

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator
MapEvents ( IEnumerable aspectsMap, IEnumerable aspectMappedEvents, MethodInfo>.Func eventyFactory, Func compositeEventMapFactory ) : IEnumerable
MapEvents ( IAspectsMap aspectsMap, IEnumerable aspectMappedEvents ) : void
MapMethods ( IAspectsMap aspectsMap, IEnumerable aspectMappedMethods ) : void
MapProperties ( IEnumerable aspectsMap, IEnumerable aspectMappedProperties, MethodInfo>.Func propertyFactory, Func compositePropertyMapFactory ) : IEnumerable
MapProperties ( IAspectsMap aspectsMap, IEnumerable aspectMappedProperties ) : void
MapRaiseEvents ( IEnumerable aspectsMap, IEnumerable aspectMappedEvents ) : IEnumerable

메소드 상세

CompositeMemberMapper() 공개 메소드

public CompositeMemberMapper ( IAspectsMap aspectMap, IAspectMemebrsCollection aspectMembersCollection ) : System
aspectMap IAspectsMap
aspectMembersCollection IAspectMemebrsCollection
리턴 System

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator>
리턴 IEnumerator>