IObjectEventUpdateImplBeforeUpdate Method |
This method is called before the name or the description of the
object is changed.
Namespace:
PDTec.IceNet.Core.Model.Implementation
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxvoid BeforeUpdate(
string name,
string description
)
Parameters
- name
- Type: SystemString
The new name - description
- Type: SystemString
The new description
See Also