xaf_controller
Explains a specific XAF controller: shows its applicable views, every action with the underlying C# code, and helper methods, so you can see what a button or command actually executes.
Instructions
Full detail of one controller: which views it applies to, every action it defines with the actual C# that runs when the action fires, and its helper methods. Use when asked what a button or command actually does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Controller class name, e.g. 'ApproveInvoiceController'. Case-insensitive. | |
| project | No | Project name, when several are configured. |