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 SArrayListFacade

    Namespace
    SWConfigDataClientLib
    Assembly
    IpPbxCDSClientLib.dll

    This the base class for all configuration item collections created by facades.

    public abstract class SArrayListFacade : SArrayList
    Inheritance
    object
    CollectionBase
    SArrayList
    SArrayListFacade
    Derived
    ActiveCallPrimaryCollection
    AdminProfilePrimaryCollection
    AdminUserPrimaryCollection
    AutomaticRoutingTableAdminViewPrimaryCollection
    ChangeLogPrimaryCollection
    ConnectedSitePrimaryCollection
    GroupAdminView1PrimaryCollection
    InternalAndExternalNumbersViewPrimaryCollection
    NumberMappingAdminViewPrimaryCollection
    NumberRangeAdminViewPrimaryCollection
    PhoneControllerAddressRangeEntryCollection
    PhoneControllerPrimaryCollection
    RoutingTableAdminView1PrimaryCollection
    SIDNTAccountPrimaryCollection
    SignalRelationPrimaryCollection
    SignalRelationViewPrimaryCollection
    SignalRelationsAggregatedTypePrimaryCollection
    TrunkAdminView1PrimaryCollection
    TrunkGroupAdminView1PrimaryCollection
    UsedSubstitutionNumberPrimaryCollection
    UserAdminView1PrimaryCollection
    FaxClientLocalConfigPrimaryCollection
    FaxAdminJobQueueViewPrimaryCollection
    FaxClientArchiveViewPrimaryCollection
    FaxClientInboxViewPrimaryCollection
    FaxClientOutboxViewPrimaryCollection
    FaxJobStatusPrimaryCollection
    FaxJournalPrimaryCollection
    FaxPrinterGatewayViewPrimaryCollection
    FaxServerQueueViewPrimaryCollection
    FaxForwardingPrimaryCollection
    FaxChannelStatusPrimaryCollection
    FaxFwdTableViewPrimaryCollection
    FileListPrimaryCollection
    ServerPropertiesGeneralPrimaryCollection
    ServerPropertiesRecordingPrimaryCollection
    ServerPropertiesSipPrimaryCollection
    InternalNumbersWithOwnersViewPrimaryCollection
    PublicNumbersWithOwnersViewPrimaryCollection
    ValidPortBundlePrimaryCollection
    ConnectedSitePrimaryCollection
    EnabledCRMRuleEntryCollection
    InternalNumberEntryCollection
    LocationPrimaryCollection
    MatchingRoutedNumberPrimaryCollection
    MobileIdentificationNumberEntryCollection
    NamesByNumberPrimaryCollection
    NumberMappingPrimaryCollection
    NumberOwnerListPrimaryCollection
    NumberProfilePrimaryCollection
    PBXPhonebookPrimaryCollection
    ParallelCallEntryCollection
    PortBundleLineOutNumReplEntryCollection
    PortBundleParameterEntryCollection
    PortNumberRangeEntryCollection
    PortParameterEntryCollection
    PortPrimaryCollection
    PortPublicNumberEntryCollection
    PortSelectionPrimaryCollection
    ProviderProfilePrimaryCollection
    PublicAccessPrefixEntryCollection
    RedialItemPrimaryCollection
    SyncPortsViewPrimaryCollection
    UserNTAccountPrimaryCollection
    UserPrimaryCollection
    NarrowUserListPrimaryCollection
    PhoneClientViewPrimaryCollection
    RedialItemPrimaryCollection
    UserLanPhonePINMACListPrimaryCollection
    UserNumberMappingViewPrimaryCollection
    UserPhoneCallListPrimaryCollection
    UserPhoneCallbackRequestPrimaryCollection
    UserPrimaryCollection
    NumberProfilePrimaryCollection
    ProviderProfilePrimaryCollection
    LocationPAPEntryCollection
    PortBundleLineOutNumReplEntryCollection
    PortBundleParameterEntryCollection
    PortNumberRangeEntryCollection
    PortParameterEntryCollection
    PortPrimaryCollection
    PortPublicNumberEntryCollection
    ProviderProfilePrimaryCollection
    ClientPrimaryCollection
    ReportDocEntryCollection
    ReportListPrimaryCollection
    ResellerPrimaryCollection
    PBXPhoneBookPrimaryCollection
    InternalNumbersWithOwnersViewPrimaryCollection
    PublicNumbersWithOwnersViewPrimaryCollection
    UserPhoneCallListPrimaryCollection
    UserPhoneCallbackRequestPrimaryCollection
    Inherited Members
    SArrayList.objectDictionary
    SArrayList.OnClear()
    SArrayList.ClearLocalCollection()
    SArrayList.CurrentPos
    SArrayList.RemovedObjects

    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

    index int
    value object

    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 object

    Entry 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)

    Parameters

    entry object

    Entry to be removed.

    bDispose bool
    © Enreach GmbH