| RpObjectBeforeDeletion Method |
Called between the beginS2CUpdate and the endS2CUpdate in
the transaction that delete the RpObject.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual void BeforeDeletion(
int transId
)
Public Overridable Sub BeforeDeletion (
transId As Integer
)
public:
virtual void BeforeDeletion(
int transId
)
Parameters
- transId
- Type: SystemInt32
the transaction id.
Remarks
RpObject will be effectively destroyed just after the
endS2CUpdate. Default implementation do nothing.
See Also