SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class PhoneBookEntryCollection

    Namespace
    SWConfigDataClientLib.Proxies.Users
    Assembly
    IpPbxCDSClientLib.dll

    Collection of simple configuration items. The collenction is part of an updateable configuration item. The simple configuration item is PhoneBookEntry. The owning configuration item is UserEntry. For reading or writing this configuration items to database use methods of UserEntry. This class is generated.

    [DefaultMember("Item")]
    public class PhoneBookEntryCollection : SArrayList
    Inheritance
    object
    CollectionBase
    SArrayList
    PhoneBookEntryCollection
    Inherited Members
    SArrayList.objectDictionary
    SArrayList.OnClear()
    SArrayList.ClearLocalCollection()
    SArrayList.OnRemoveComplete(int, object)
    SArrayList.RemoveAll()
    SArrayList.RemoveFromLocalCollection(object)
    SArrayList.RemoveFromLocalCollection(object, bool)
    SArrayList.CurrentPos
    SArrayList.RemovedObjects

    Remarks

    Thread Safety: safe

    Constructors

    PhoneBookEntryCollection()

    public PhoneBookEntryCollection()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    this[int]

    Get the item per index

    public virtual PhoneBookEntry this[int Index] { get; set; }

    Parameters

    Index int

    Property Value

    PhoneBookEntry

    PhoneCallEntry

    Remarks

    Thread Safety: safe

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    Methods

    Add(PhoneBookEntry)

    Adds the item to the collection.

    public virtual void Add(PhoneBookEntry entry)

    Parameters

    entry PhoneBookEntry

    Entry to be added.

    Remarks

    The item will not be stored in database directly. To effect the database use the method update() of PhoneBookEnum.

    ContainsObjectByPrimaryKey(int)

    Checks if the item, identified by the primary key, is in this collection.

    Element of primary key.
    public virtual bool ContainsObjectByPrimaryKey(int EntryID)

    Parameters

    EntryID int

    Returns

    bool

    True if entry is in collection, otherwise false.

    Remarks

    Thread Safety: safe

    CopyFrom(PhoneBookEntryCollection)

    Copies the given collection into this collection by cloning its items.

    public virtual void CopyFrom(PhoneBookEntryCollection sourceCol)

    Parameters

    sourceCol PhoneBookEntryCollection

    The source collection.

    Remarks

    Thread Safety: safe

    CreateSortableFilterCollection()

    Creates a sortable collection containing all current entries of this collection.

    public virtual PhoneBookEntrySortableCollection CreateSortableFilterCollection()

    Returns

    PhoneBookEntrySortableCollection

    Sortable collection with optional filter methods.

    Remarks

    Thread Safety: safe

    Dispose()

    Dispose

    public virtual void Dispose()

    Remarks

    Thread Safety: safe

    FilterCopyFrom(PhoneBookEntryCollection, string)

    Copies the items of given collection, matching the filter into this collection by cloning its items.

    public virtual void FilterCopyFrom(PhoneBookEntryCollection sourceCol, string NameBeginsWith)

    Parameters

    sourceCol PhoneBookEntryCollection
    NameBeginsWith string

    GetObjectByPrimaryKey(int)

    Gets the item identified by the primary key from this collection.

    Primary key of item.
    public virtual PhoneBookEntry GetObjectByPrimaryKey(int EntryID)

    Parameters

    EntryID int

    Returns

    PhoneBookEntry

    Entry

    Remarks

    Thread Safety: safe

    Remove(PhoneBookEntry)

    Removes the item from the collection. And marks it as deleted.

    public virtual void Remove(PhoneBookEntry entry)

    Parameters

    entry PhoneBookEntry

    Entry to be removed.

    Remarks

    The item will not be deleted in database directly. To effect the database use update() of PhoneBookEnum.

    © Enreach GmbH