Click or drag to resize

MapperExtensionKernel Properties

The MapperExtensionKernel type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Returns the application object (from IMapper.Application)
(Inherited from MapperExtensionBase.)
Public propertyDatabase
Returns the main database object (from IMapper.Database)
(Inherited from MapperExtensionBase.)
Protected propertyIsPlatform
Gets whether or not the extension is a platform extension vs. a custom extension.
(Inherited from MapperExtensionBase.)
Public propertyMapper
Returns the Mapper object that this extension is attached to.
(Inherited from MapperExtensionBase.)
Protected propertyMapperCommandsHandled
Gets the semi-colon separated list of MapperCommands handled by this extension.
(Inherited from MapperExtensionBase.)
Public propertyParentKeyValue
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.)
Public propertyProperties
Returns this instance's properties.
(Inherited from MapperExtensionBase.)
Public propertyCode exampleTextItems
Returns a collection of TextItems loaded from metadata related to this component.
(Inherited from MapperExtensionBase.)
Top
See Also