Class SArrayListFacade
- Namespace
- SWConfigDataClientLib
- Assembly
- IpPbxCDSClientLib.dll
This the base class for all configuration item collections created by facades.
public abstract class SArrayListFacade : SArrayList
- Inheritance
-
SArrayListFacade
- Derived
- Inherited Members
Remarks
This class should not be used outside the the SWConfigDataClientLib.
Methods
OnRemoveComplete(int, object)
see base class
protected override void OnRemoveComplete(int index, object value)
Parameters
RemoveAll()
Removes all items from the collection and marks it as deleted. Use update or updateEnum to make the changes persistent.
public override void RemoveAll()
RemoveFromLocalCollection(object)
Removes the item from the collection. The item will not be deleted in database.
public override void RemoveFromLocalCollection(object entry)
Parameters
entry
objectEntry to be removed.
RemoveFromLocalCollection(object, bool)
Removes the item from the collection. The item will not be deleted in database.
public override void RemoveFromLocalCollection(object entry, bool bDispose)