Share via


DimensionController.parmIsChildController Method [AX 2012]

Checks whether the controller is a root-level controller or a child-level controller.

Syntax

protected NoYes parmIsChildController([NoYes _isChildController])

Run On

Called

Parameters

  • _isChildController
    Type: NoYes Enumeration
    A Boolean value that indicates whether the controller is a child-level controller.

Return Value

Type: NoYes Enumeration
true if the controller is a child-level controller; otherwise, false.

Remarks

This method is used to allow the dynamic account controller to wrap two internal controllers. It is marked protected because only subtypes can determine whether a given controller is child-level, such as for the dynamic account controller.

See Also

Reference

DimensionController Class