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 UserPhoneBookEnumBase

    Namespace
    SWConfigDataClientLib.Proxies.UserPhoneBook
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EnumBaseSummary>UserPhoneBookEnumBaseUserPhoneBookEnum</CDSClientLib.EnumBaseSummary>

    public abstract class UserPhoneBookEnumBase : SWCFEnum<UserPhoneBookEnumClient, IUserPhoneBookEnum>, SEnum
    Inheritance
    object
    SWCFProxy<UserPhoneBookEnumClient, IUserPhoneBookEnum>
    SWCFEnum<UserPhoneBookEnumClient, IUserPhoneBookEnum>
    UserPhoneBookEnumBase
    Implements
    SEnum
    Derived
    UserPhoneBookEnum

    Remarks

    Thread Safety: safe

    Constructors

    UserPhoneBookEnumBase(LibManager)

    Create instance of UserPhoneBookEnumBase.

    public UserPhoneBookEnumBase(LibManager libManager)

    Parameters

    libManager LibManager

    Remarks

    The connection will be established by the first remote call.

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    _OrderByList

    protected static OrderByList _OrderByList

    Field Value

    OrderByList

    objectList

    The collection of primary config items

    protected UserPhoneBookPrimaryCollection objectList

    Field Value

    UserPhoneBookPrimaryCollection

    Properties

    PrimaryCollection

    public virtual UserPhoneBookPrimaryCollection PrimaryCollection { get; }

    Property Value

    UserPhoneBookPrimaryCollection

    Remarks

    Thread Safety: safe

    Methods

    Clear()

    Removes all items from collection. The removed item list will be cleared also.

    public override void Clear()

    Remarks

    Thread Safety: safe

    Count()

    Return count of items in collection.

    public override int Count()

    Returns

    int

    Remarks

    Thread Safety: safe

    GetCurrentObject()

    Gets the current UserPhoneBookEnumBase.

    public virtual UserPhoneBookEntry GetCurrentObject()

    Returns

    UserPhoneBookEntry

    The current UserPhoneBookEnumBase.

    Remarks

    Thread Safety: safe

    GetCustomExistingEntry(TUserPhoneBookEntry)

    protected virtual UserPhoneBookEntry GetCustomExistingEntry(TUserPhoneBookEnum.TUserPhoneBookEntry tEntry)

    Parameters

    tEntry TUserPhoneBookEnum.TUserPhoneBookEntry

    Returns

    UserPhoneBookEntry

    Remarks

    Thread Safety: safe

    GetExistingEntry(TUserPhoneBookEntry)

    protected virtual UserPhoneBookEntry GetExistingEntry(TUserPhoneBookEnum.TUserPhoneBookEntry tEntry)

    Parameters

    tEntry TUserPhoneBookEnum.TUserPhoneBookEntry

    Returns

    UserPhoneBookEntry

    Remarks

    Thread Safety: safe

    GetObjectByPrimaryKey(int)

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

    Element of primary key.
    public virtual UserPhoneBookEntry GetObjectByPrimaryKey(int EntryID)

    Parameters

    EntryID int

    Returns

    UserPhoneBookEntry

    Remarks

    Thread Safety: safe

    GetOrderByList()

    Gets a list of all possible sorting elements.

    public virtual OrderByList GetOrderByList()

    Returns

    OrderByList

    The object OrderByList containing all possible sorting elements.

    Remarks

    Thread Safety: safe

    Reload()

    Reloads all entries of the enum. This Methods drops all changes. On greater enumerations this method will be definitly inperformant. All items must exist in database

    public virtual void Reload()

    Remarks

    Thread Safety: safe

    Update()

    Make all changes peristent. This Methods inserts, deletes and updates items in the database

    public virtual void Update()

    Remarks

    Thread Safety: safe

    © Enreach GmbH