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 GlobalConfigEnum

    Namespace
    SWConfigDataClientLib.Proxies.GlobalConfig
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EnumSummary> GlobalConfigEnum GlobalConfigEntry</CDSClientLib.EnumSummary>

    public class GlobalConfigEnum : GlobalConfigEnumBase, SEnum
    Inheritance
    object
    SWCFProxy<GlobalConfigEnumClient, IGlobalConfigEnum>
    SWCFEnum<GlobalConfigEnumClient, IGlobalConfigEnum>
    GlobalConfigEnumBase
    GlobalConfigEnum
    Implements
    SEnum
    Inherited Members
    GlobalConfigEnumBase._OrderByList
    GlobalConfigEnumBase.ClassTrace
    GlobalConfigEnumBase.objectList
    GlobalConfigEnumBase.GetExistingEntry(TGlobalConfigEnum.TGlobalConfigEntry)
    GlobalConfigEnumBase.GetCustomExistingEntry(TGlobalConfigEnum.TGlobalConfigEntry)
    GlobalConfigEnumBase.Reload()
    GlobalConfigEnumBase.Count()
    GlobalConfigEnumBase.GetObjectByPrimaryKey(int)
    GlobalConfigEnumBase.GetOrderByList()
    GlobalConfigEnumBase.getValueLists(ValueLists)
    GlobalConfigEnumBase.PrimaryCollection

    Remarks

    <CDSClientLib.EnumRemarks></CDSClientLib.EnumRemarks>

    Constructors

    GlobalConfigEnum()

    Create instance of GlobalConfigEnum. For use by unmanged wrapper only.

    public GlobalConfigEnum()

    Remarks

    The connection will be established by the first remote call.

    Properties

    IsLocal

    public bool IsLocal { get; }

    Property Value

    bool

    PoolMaxSize

    <CDSClient.PoolMaxSize></CDSClient.PoolMaxSize>

    public static int PoolMaxSize { get; set; }

    Property Value

    int

    PoolMinSize

    <CDSClient.PoolMinSize></CDSClient.PoolMinSize>

    public static int PoolMinSize { get; set; }

    Property Value

    int

    m_BaseUrl

    protected override string m_BaseUrl { get; }

    Property Value

    string

    Methods

    Clear()

    Removes all itmes and filters, DataSet on server will be removed also

    public override void Clear()

    Remarks

    The items will not be deleted in database.

    CreateClient(Binding, EndpointAddress)

    protected override GlobalConfigEnumClient CreateClient(Binding binding, EndpointAddress endpointAdrress)

    Parameters

    binding Binding
    endpointAdrress EndpointAddress

    Returns

    GlobalConfigEnumClient

    Dispose(ServerPropertiesGeneralEntry)

    public void Dispose(ServerPropertiesGeneralEntry entry)

    Parameters

    entry ServerPropertiesGeneralEntry

    Dispose(ServerPropertiesRecordingEntry)

    public void Dispose(ServerPropertiesRecordingEntry entry)

    Parameters

    entry ServerPropertiesRecordingEntry

    Dispose(ServerPropertiesSipEntry)

    public void Dispose(ServerPropertiesSipEntry entry)

    Parameters

    entry ServerPropertiesSipEntry

    FreeForReuse()

    <CDSClient.Enum.FreeForReuse></CDSClient.Enum.FreeForReuse>

    public override void FreeForReuse()

    GetCurrentObject()

    Retrieves the single Entry representing the globalConfig.

    public override GlobalConfigEntry GetCurrentObject()

    Returns

    GlobalConfigEntry

    The GlobalConfigEntry. (there will be only one)

    GetGeneralServerProperties()

    public ServerPropertiesGeneralEntry GetGeneralServerProperties()

    Returns

    ServerPropertiesGeneralEntry

    GetGlobalConfigReadOnlyEntry()

    Retrieves the single Entry representing the globalConfig. the entry is for readonly and should no be used for upadate

    public GlobalConfigEntry GetGlobalConfigReadOnlyEntry()

    Returns

    GlobalConfigEntry

    The GlobalConfigEntry. (there will be only one)

    GetMaxCdrRetentionDays()

    public int GetMaxCdrRetentionDays()

    Returns

    int

    GetMaxRetentionDaysInfo()

    public MaxRetentions GetMaxRetentionDaysInfo()

    Returns

    MaxRetentions

    GetRecordingServerProperties()

    public ServerPropertiesRecordingEntry GetRecordingServerProperties()

    Returns

    ServerPropertiesRecordingEntry

    GetRemoteConnectorConfig()

    public RemoteConnectorConfig GetRemoteConnectorConfig()

    Returns

    RemoteConnectorConfig

    GetServerDataDirectoryUNC()

    Returns the UNC path of the Data directory.

    public string GetServerDataDirectoryUNC()

    Returns

    string

    UNC path of the data directoy.

    GetServerDescription()

    Retrieves the server description of the a server identified by name of the local machine.

    public string GetServerDescription()

    Returns

    string

    The description

    GetServerDescription(string)

    Retrieves the server description of the a server identified by name.

    public string GetServerDescription(string ServerName)

    Parameters

    ServerName string

    Returns

    string

    The description

    GetServerRequestTimeout(GlobalConfigEnumClient)

    protected override TimeSpan GetServerRequestTimeout(GlobalConfigEnumClient client)

    Parameters

    client GlobalConfigEnumClient

    Returns

    TimeSpan

    GetSipServerProperties()

    public ServerPropertiesSipEntry GetSipServerProperties()

    Returns

    ServerPropertiesSipEntry

    GetSystemConfigurationInfo()

    public SystemConfigurationInfo GetSystemConfigurationInfo()

    Returns

    SystemConfigurationInfo

    GetUserRootDirectoryUNC()

    Returns the UNC path of the User directory.

    public string GetUserRootDirectoryUNC()

    Returns

    string

    UNC path of the User directoy.

    GrantRoleInstallAdministrator()

    Grant the role IntallAdministrator to the current user. This role is required to work with files with system flag. This method is used by the ConfigWiz only.

    public void GrantRoleInstallAdministrator()

    Remarks

    The current user has to be authenticated by windows authentication (Trusted/UsernamePassword without ippbx prefix) The current must own the API role SecurityAdminLevel6 for this operation

    PingService(GlobalConfigEnumClient)

    protected override void PingService(GlobalConfigEnumClient client)

    Parameters

    client GlobalConfigEnumClient

    RevokeRoleInstallAdministrator()

    Revokes the role IntallAdministrator to the current user. This role is required to work with files with system flag. This method is used by the ConfigWiz only.

    public void RevokeRoleInstallAdministrator()

    Remarks

    The current user has to be authenticated by windows authentication (Trusted/UsernamePassword without ippbx prefix) The current must own the API role SecurityAdminLevel6 for this operation

    SaveRemoteConnectorConfig(RemoteConnectorConfig)

    public bool SaveRemoteConnectorConfig(RemoteConnectorConfig config)

    Parameters

    config RemoteConnectorConfig

    Returns

    bool

    SetGeneralServerProperties(ServerPropertiesGeneralEntry)

    public void SetGeneralServerProperties(ServerPropertiesGeneralEntry entry)

    Parameters

    entry ServerPropertiesGeneralEntry

    SetRecordningServerProperties(ServerPropertiesRecordingEntry)

    public void SetRecordningServerProperties(ServerPropertiesRecordingEntry entry)

    Parameters

    entry ServerPropertiesRecordingEntry

    SetServerDescription(string)

    Sets the description string of this server (local machine name).

    public void SetServerDescription(string Description)

    Parameters

    Description string

    The description

    SetServerDescription(string, string)

    Sets the description string of a server indentified by its name.

    public void SetServerDescription(string ServerName, string Description)

    Parameters

    ServerName string

    Name of the server

    Description string

    The description

    SetSipServerProperties(ServerPropertiesSipEntry)

    public void SetSipServerProperties(ServerPropertiesSipEntry entry)

    Parameters

    entry ServerPropertiesSipEntry

    Update()

    writes the global config entry to database

    public override void Update()
    © Enreach GmbH