.NET Plugin Event Reference
Create Entity Controller
Creates a controller for a specific entity in the .NET application.
Event Name
CreateEntityController
Event Parameters
The entity object for which the controller is being created.
The name of the resource (typically the entity name).
The directory where the API controllers are being generated.
An object containing the CRUD actions available for the entity.
Was this page helpful?