WizPageExtensionsGetMapper Method |
Gets the strongly typed
IMapper for the wizard page.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static IMapper GetMapper(
this IWizPage wizPage
)
<ExtensionAttribute>
Public Shared Function GetMapper (
wizPage As IWizPage
) As IMapper
Parameters
- wizPage
- Type: NetQuarryIWizPage
The wizard page (may be null).
Return Value
Type:
IMapperThe mapper, or null.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IWizPage. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also