Skip to main content
.NET 6.0+

IXafEntityObject Methods

Declares methods that are called automatically when a business object is being created, loaded and saved.
Name Description
OnCreated() Called by the Object Space when the current IXafEntityObject is created.
OnLoaded() Called by the Object Space when the current IXafEntityObject is loaded.
OnSaving() Called by the Object Space when the current IXafEntityObject is saved or deleted.
See Also