Class PortPublicNumberEntryCollection
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
Collection of simple configuration items. The collenction is part of an updateable configuration item. The simple configuration item is PortPublicNumberEntry. The owning configuration item is PortEntry. For reading or writing this configuration items to database use methods of PortEntry. This class is generated.
[DefaultMember("Item")]
public class PortPublicNumberEntryCollection : SArrayListFacade
- Inheritance
-
PortPublicNumberEntryCollection
- Inherited Members
Constructors
PortPublicNumberEntryCollection()
public PortPublicNumberEntryCollection()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
this[int]
Get the item per index
public virtual PortPublicNumberEntry this[int Index] { get; set; }
Parameters
Index
int
Property Value
- PortPublicNumberEntry
PhoneCallEntry
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Methods
Add(PortPublicNumberEntry)
Adds the item to the collection.
public virtual void Add(PortPublicNumberEntry entry)
Parameters
entry
PortPublicNumberEntryEntry to be added.
Remarks
The item will not be stored in database directly. To effect the database use the method update() of PortPublicNumberFacade.
ContainsObjectByPrimaryKey()
Checks if the item, identified by the primary key, is in this collection.
public virtual bool ContainsObjectByPrimaryKey()
Returns
- bool
True if entry is in collection, otherwise false.
CopyFrom(PortPublicNumberEntryCollection)
Copies the given collection into this collection by cloning its items.
public virtual void CopyFrom(PortPublicNumberEntryCollection sourceCol)
Parameters
sourceCol
PortPublicNumberEntryCollectionThe source collection.
CreateSortableFilterCollection()
Creates a sortable collection containing all current entries of this collection.
public virtual PortPublicNumberEntrySortableCollection CreateSortableFilterCollection()
Returns
- PortPublicNumberEntrySortableCollection
Sortable collection with optional filter methods.
Dispose()
Dispose
public virtual void Dispose()
GetObjectByPrimaryKey()
Gets the item identified by the primary key from this collection.
public virtual PortPublicNumberEntry GetObjectByPrimaryKey()
Returns
- PortPublicNumberEntry
Entry
Remove(PortPublicNumberEntry)
Removes the item from the collection. And marks it as deleted.
public virtual void Remove(PortPublicNumberEntry entry)
Parameters
entry
PortPublicNumberEntryEntry to be removed.
Remarks
The item will not be deleted in database directly. To effect the database use update() of PortPublicNumberFacade.