Class SUpdateObject
- Namespace
- SWConfigDataClientLib
- Assembly
- IpPbxCDSClientLib.dll
Proxy with update functionality
public abstract class SUpdateObject : SObject
- Inheritance
-
SUpdateObject
- Derived
- Inherited Members
Constructors
SUpdateObject()
Standard contructor
public SUpdateObject()
Methods
Update(bool)
Update data. Retrieves current data from database or stores them into the database.
public abstract void Update(bool validateAndSave)
Parameters
validateAndSave
boolif false retrieves data from database. If true save data to database.
Remarks
This is a remote method.
Exceptions
- UserDbException
Thrown by database