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 NumberReplacement

    Namespace
    SWConfigDataSharedLib.Profiles
    Assembly
    IpPbxCDSSharedLib.dll

    Decibes a number replacement

    public class NumberReplacement
    Inheritance
    object
    NumberReplacement

    Constructors

    NumberReplacement()

    public NumberReplacement()

    Properties

    AreaCode

    Gets or sets the area code. The country code must match with the area of the calling device. Can be mpty string.

    public string AreaCode { get; set; }

    Property Value

    string

    CountryCode

    Gets or sets the country code. The country code must match with the contry code of the calling device. Can be mpty string.

    public string CountryCode { get; set; }

    Property Value

    string

    IsEmergencyCall

    Gets or sets the emergency call flag. This increases the call prioritie.

    public bool IsEmergencyCall { get; set; }

    Property Value

    bool

    Prefix

    Gets or sets the prefix

    public string Prefix { get; set; }

    Property Value

    string

    ReplacementString

    Gets or sets the replacement

    public string ReplacementString { get; set; }

    Property Value

    string
    © Enreach GmbH