Class NumberHistory
- Namespace
- SWConfigDataClientLib.Proxies.PhoneClient
- Assembly
- IpPbxCDSClientLib.dll
Class repeasenting a number history on the client side.
public class NumberHistory : List<string>
- Inheritance
-
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
Name
Gets or sets the name of the history.
public string Name { get; set; }
Property Value
Updated
Gets the time when this history has been written to database. (UTC)
public SDateTime Updated { get; }
Property Value
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; }