C# Class NCop.Aspects.Engine.AspectMemberMapper

Inheritance: IAspectMemebrsCollection
Exibir arquivo Open project: sagifogel/NCop Class Usage Examples

Public Methods

Method Description
AspectMemberMapper ( Type aspectDeclaringType, ITypeMapCollection typeMap ) : System
GetEnumerator ( ) : IEnumerator>

Private Methods

Method Description
IEnumerable ( ) : IEnumerator
MapEvents ( Type aspectDeclaringType, ITypeMapCollection typeMap ) : void
MapMethods ( Type aspectDeclaringType, ITypeMapCollection typeMap ) : void
MapProperties ( Type aspectDeclaringType, ITypeMapCollection typeMap ) : void

Method Details

AspectMemberMapper() public method

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

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator>
return IEnumerator>