abstract class EnsLib.RecordMap.ComplexParent
extends EnsLib.RecordMap.ComplexBase
Base class to implement common functions needed by objects that reference extensions of
EnsLib.RecordMap.ComplexChild, primarily the EnsLib.RecordMap.ComplexSequence
and all generated Record classes that are marked as complexBatchManaged.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
7
|
|
|
|
|
classmethod DeleteRecords(pID As %String)
as %Status
Generated method to ensure that we correctly remove references from our children and then delete
the children if they are no longer referenced.
method ValidateObject()
as %Status
method updatePropertyReference(pPropName As %String = "")
as %Status