📔
ui-o-matic documentation
  • UI-O-Matic Docs
  • Usage
  • Default Editor Views
  • Custom Editor Views
  • Listview
  • List Field Views
  • Listview Actions
  • Dashboard
  • PropertyEditors
  • Custom Sections
  • Content Apps
  • EventModel
  • Config Settings
  • Addons
  • Advanced
  • Know Issues
  • Further Reading
  • License
Powered by GitBook
On this page
  • UIOMaticObjectService
  • BuildingQuery *
  • BuiltQuery *
  • ScaffoldingObject
  • CreatingObject
  • CreatedObject
  • UpdatingObject
  • UpdatedObject
  • DeletingObjects
  • DeletedObjects #
  • Examples

Was this helpful?

EventModel

UI-O-Matic features an event model that allows you to plug in additional code at different stages of an objects crud cycle.

UIOMaticObjectService

The events can be found on the UIOMaticObjectService class found in the UIOMatic.Services namespace

UIOMatic.Services.UIOMaticObjectService

BuildingQuery *

BuiltQuery *

ScaffoldingObject

CreatingObject

CreatedObject

UpdatingObject

UpdatedObject

DeletingObjects

DeletedObjects #

* Only fires when using default IUIOMaticRepository, or if the replacement repository explicitly fires them.

Examples

PreviousContent AppsNextConfig Settings

Last updated 4 years ago

Was this helpful?

For example of using these events please refer to the section.

Further Reading