ApplicationExtensionBaseMapperLoad Method |
Called by a
IMapper at the end of its
Load, immediately following
the mapper's
MapperAfterLoad event.
This provides the application with the opportunity to "hook" every mapper. One possible use would be to add a "global" extension to every mapper.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void MapperLoad(
IAppContext sender,
ApplicationMapperLoadArgs e
)
Public Overridable Sub MapperLoad (
sender As IAppContext,
e As ApplicationMapperLoadArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryApplicationMapperLoadArgs
Event arguments.
See Also