IlsDynObject
 
IlsDynObject
Category 
Rogue Wave Views Script class (server side)
Inheritance Path 
IlsViewed
IlsDynObject
Synopsis 
Callbacks
afterInit(obj)
Boolean onCut(obj, ownrel, userel)
beginEdition(obj, status)
endEdition (obj, status)
API 
Callbacks
afterInit(obj)
This callback is called after initialization of the dynamic object obj. See the C++ virtual member function IlsDynObject::afterInit.
Boolean onCut(obj, ownrel, userel)
This callback is called when the dynamic object obj is cut. The Boolean arguments ownrel and userel specify whether only ownership or use relations are to be cut or not. If this function returns false, the object is not cut.
beginEdition(obj, status)
endEdition(obj, status)
Either of these callbacks is called by the corresponding C++ virtual member functions on the dynamic object obj. The status parameter has the following values:
*1 = Creation
*2 = Modification
*3 = Deletion
If the callback returns false, the current transaction is rolled back.
See the C++ member functions IlsViewed::beginEdition and IlsViewed::endEdition.
See Also 
IlsDynObject (C++ class)

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.