OCLOperators OnCreate
No edit summary
No edit summary
Line 13: Line 13:
See also: [[OCLOperators OnUpdate|OnUpdate]], [[OCLOperators OnDelete|OnDelete]], [[OnStateChange]]
See also: [[OCLOperators OnUpdate|OnUpdate]], [[OCLOperators OnDelete|OnDelete]], [[OnStateChange]]
[[Category:OCLOperators]]
[[Category:OCLOperators]]
[[Category:OCL General Operators]]

Revision as of 07:15, 14 April 2023

OnCreate is often called when a new object has been created.

It's very much like a .Net constructor for OCL.

You can use self.base.OnCreate to call the superclass's OnCreate as you would in another language.

Example

In the method body for OnCreate, set this OCL:

CreateTime:=DateTime.Now; 
self.Guid.newGuid() 

See more: Acting on object changes

See also: OnUpdate, OnDelete, OnStateChange

This page was edited 90 days ago on 02/10/2024. What links here