Click or drag to resize

MapperExtensionBase Properties

The MapperExtensionBase type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Returns the application object (from IMapper.Application)
Public propertyDatabase
Returns the main database object (from IMapper.Database)
Protected propertyIsPlatform
Gets whether or not the extension is a platform extension vs. a custom extension.
Public propertyMapper
Returns the Mapper object that this extension is attached to.
Protected propertyMapperCommandsHandled
Gets the semi-colon separated list of MapperCommands handled by this extension.
Public propertyParentKeyValue
Gets the request's parent record's row key value under most circumstances including: datasheets, subforms, popup new forms, and datasheet drilldowns.
Public propertyProperties
Returns this instance's properties.
Public propertyCode exampleTextItems
Returns a collection of TextItems loaded from metadata related to this component.
Top
See Also