TypedMapperExtensionT Properties |
The TypedMapperExtensionT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Application |
Returns the application object (from IMapper.Application)
(Inherited from MapperExtensionBase.) | |
| Database |
Returns the main database object (from IMapper.Database)
(Inherited from MapperExtensionBase.) | |
| IsPlatform |
Gets whether or not the extension is a platform extension vs. a custom extension.
(Inherited from MapperExtensionBase.) | |
| Mapper |
Returns the Mapper object that this extension is attached to.
(Inherited from MapperExtensionBase.) | |
| MapperCommandsHandled |
Gets the semi-colon separated list of MapperCommands handled by this extension.
(Inherited from MapperExtensionBase.) | |
| ParentKeyValue |
Gets the request's parent record's row key value under most circumstances including: datasheets, subforms,
popup new forms, and datasheet drilldowns.
(Inherited from MapperExtensionBase.) | |
| Properties |
Returns this instance's properties.
(Inherited from MapperExtensionBase.) | |
| TextItems |
Returns a collection of TextItems loaded from metadata related to this component.
(Inherited from MapperExtensionBase.) | |
| TypedMapper |
Gets the attached, derived TypedMapper object.
|