MapperUtilsUseInplaceDrilldown Method |
Feature helper function for how to handle datasheet drilldowns where the datasheet has PopupDetail set.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool UseInplaceDrilldown(
IAppContext cxt,
string mop,
out InplaceDialogAttrs attrs,
out ComponentInfo popupTemplate
)
Public Shared Function UseInplaceDrilldown (
cxt As IAppContext,
mop As String,
<OutAttribute> ByRef attrs As InplaceDialogAttrs,
<OutAttribute> ByRef popupTemplate As ComponentInfo
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - mop
- Type: SystemString
The drilldown target MOP. - attrs
- Type: NetQuarryInplaceDialogAttrs
Options to pass to the OpenIWin() javascript call. - popupTemplate
- Type: NetQuarryComponentInfo
The override template to use, if any.
Return Value
Type:
BooleanTrue if in-place popup should be used, else false.
See Also