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 NumberHistory

    Namespace
    SWConfigDataClientLib.Proxies.PhoneClient
    Assembly
    IpPbxCDSClientLib.dll

    Class repeasenting a number history on the client side.

    public class NumberHistory : List<string>
    Inheritance
    object
    List<string>
    NumberHistory

    Constructors

    NumberHistory()

    public NumberHistory()

    Properties

    Created

    Gets the time when this history has been initially written to database. (UTC)

    public SDateTime Created { get; }

    Property Value

    SDateTime

    Name

    Gets or sets the name of the history.

    public string Name { get; set; }

    Property Value

    string

    Updated

    Gets the time when this history has been written to database. (UTC)

    public SDateTime Updated { get; }

    Property Value

    SDateTime

    UserID

    Gets or sets the id of the owning user. If 0 the current user will be the owner of this history.

    public int UserID { get; set; }

    Property Value

    int
    © Enreach GmbH