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 PBXPhonebookPrimaryCollection

    Namespace
    SWConfigDataClientLib.Proxies.IppbxServer
    Assembly
    IpPbxCDSClientLib.dll

    Collection of primary configuration items. The primary configuration item is PBXPhonebookEntry. This class is generated.

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

    Constructors

    PBXPhonebookPrimaryCollection()

    standard constructor

    public PBXPhonebookPrimaryCollection()

    PBXPhonebookPrimaryCollection(bool)

    public PBXPhonebookPrimaryCollection(bool sync)

    Parameters

    sync bool

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    this[int]

    Get the item per index

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

    Parameters

    Index int

    Property Value

    PBXPhonebookEntry

    PBXPhonebookEntry

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    Valid

    True if is valid data object

    public virtual bool Valid { get; }

    Property Value

    bool

    Methods

    Add(PBXPhonebookEntry)

    Adds the item to the collection.

    public virtual void Add(PBXPhonebookEntry entry)

    Parameters

    entry PBXPhonebookEntry

    Entry to be added.

    Remarks

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

    Add(PBXPhonebookPrimaryCollection)

    Adds the item to the collection.

    public virtual void Add(PBXPhonebookPrimaryCollection Collection)

    Parameters

    Collection PBXPhonebookPrimaryCollection

    Remarks

    The item will not be stored in database. To effect the database use members of .

    ContainsEntryInLocalCollectionByEditableEntryID(int)

    Checks is the item with EditableEntryID = key in collection.

    public virtual bool ContainsEntryInLocalCollectionByEditableEntryID(int key)

    Parameters

    key int

    EditableEntryID

    Returns

    bool

    Returns true if collection contains item with the given key.

    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.

    CreateSortableFilterCollection()

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

    public virtual PBXPhonebookEntrySortableCollection CreateSortableFilterCollection()

    Returns

    PBXPhonebookEntrySortableCollection

    Sortable collection with optional filter methods.

    GetEntryFromLocalCollectionByEditableEntryID(int)

    Retrieves the item with EditableEntryID = key from this collection.

    public virtual PBXPhonebookEntry GetEntryFromLocalCollectionByEditableEntryID(int key)

    Parameters

    key int

    EditableEntryID

    Returns

    PBXPhonebookEntry

    Entry from collection

    Exceptions

    Exception

    Will be thrown if item is not in collection.

    GetObjectByPrimaryKey()

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

    public virtual PBXPhonebookEntry GetObjectByPrimaryKey()

    Returns

    PBXPhonebookEntry

    Entry

    Remove(PBXPhonebookEntry)

    Removes the item from the collection.

    public virtual void Remove(PBXPhonebookEntry entry)

    Parameters

    entry PBXPhonebookEntry

    Entry to be removed.

    Remarks

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

    © Enreach GmbH