IXafEntityObject Members
Declares methods that are called automatically when a business object is being created, loaded and saved.Methods
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