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 UserPhoneCallListEntry

    Namespace
    SWConfigDataClientLib.Proxies.PhoneClient
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>UserPhoneCallListEntryUserPhoneCallListEntry</CDSClientLib.EntryBaseSummary>

    public class UserPhoneCallListEntry : SObject
    Inheritance
    object
    SObject
    UserPhoneCallListEntry
    Inherited Members
    SObject.MakeKey(string)
    SObject.SObjectID

    Constructors

    UserPhoneCallListEntry()

    public UserPhoneCallListEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    CallbackState

    public virtual SPCBState CallbackState { get; }

    Property Value

    SPCBState

    CalledName

    (Max length is 80.)

    public virtual string CalledName { get; set; }

    Property Value

    string

    CalledNumber

    (Max length is 50.)

    public virtual string CalledNumber { get; set; }

    Property Value

    string

    CallingName

    (Max length is 80.)

    public virtual string CallingName { get; set; }

    Property Value

    string

    CallingNumber

    (Max length is 50.)

    public virtual string CallingNumber { get; set; }

    Property Value

    string

    ConnectedName

    (Max length is 150.)

    public virtual string ConnectedName { get; set; }

    Property Value

    string

    ConnectedNumber

    (Max length is 50.)

    public virtual string ConnectedNumber { get; set; }

    Property Value

    string

    DateTimeLocal

    public virtual SDateTime DateTimeLocal { get; set; }

    Property Value

    SDateTime

    DateTimeUTC

    public virtual SDateTime DateTimeUTC { get; set; }

    Property Value

    SDateTime

    DurationSeconds

    public int DurationSeconds { get; }

    Property Value

    int

    EndTimeLocal

    public virtual SDateTime EndTimeLocal { get; set; }

    Property Value

    SDateTime

    EndTimeUTC

    public virtual SDateTime EndTimeUTC { get; set; }

    Property Value

    SDateTime

    IpPbxPhoneCallID

    public virtual int IpPbxPhoneCallID { get; set; }

    Property Value

    int

    IsCallbackStateNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsCallbackStateNull { get; }

    Property Value

    bool

    IsCalledNameNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsCalledNameNull { get; }

    Property Value

    bool

    IsCalledNumberNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsCalledNumberNull { get; }

    Property Value

    bool

    IsCallingNameNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsCallingNameNull { get; }

    Property Value

    bool

    IsCallingNumberNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsCallingNumberNull { get; }

    Property Value

    bool

    IsConnectedNameNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsConnectedNameNull { get; }

    Property Value

    bool

    IsConnectedNumberNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsConnectedNumberNull { get; }

    Property Value

    bool

    IsDateTimeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsDateTimeNull { get; }

    Property Value

    bool

    IsEndTimeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsEndTimeNull { get; }

    Property Value

    bool

    IsIpPbxPhoneCallIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsIpPbxPhoneCallIDNull { get; }

    Property Value

    bool

    IsStartTimeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsStartTimeNull { get; }

    Property Value

    bool

    IsStateNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsStateNull { get; }

    Property Value

    bool

    IsUserIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsUserIDNull { get; }

    Property Value

    bool

    IsViewedNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsViewedNull { get; }

    Property Value

    bool

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    StartTimeLocal

    public virtual SDateTime StartTimeLocal { get; set; }

    Property Value

    SDateTime

    StartTimeUTC

    public virtual SDateTime StartTimeUTC { get; set; }

    Property Value

    SDateTime

    State

    public virtual SPCState State { get; set; }

    Property Value

    SPCState

    UserID

    public virtual int UserID { get; set; }

    Property Value

    int

    Viewed

    public virtual bool Viewed { get; set; }

    Property Value

    bool

    Methods

    ApplyData(UserPhoneCallListEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(UserPhoneCallListEntry entry)

    Parameters

    entry UserPhoneCallListEntry

    Clone()

    Clones the Entry item. The cloned entry is unattached and can not be used for updating.

    public virtual UserPhoneCallListEntry Clone()

    Returns

    UserPhoneCallListEntry

    Cloned entry of type UserPhoneCallListEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetCalledNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCalledNameNull()

    SetCalledNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCalledNumberNull()

    SetCallingNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCallingNameNull()

    SetCallingNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCallingNumberNull()

    SetConnectedNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetConnectedNameNull()

    SetConnectedNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetConnectedNumberNull()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetEndTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetEndTimeNull()

    SetStartTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetStartTimeNull()

    ToString()

    Returns the string representation of the item.

    public override string ToString()

    Returns

    string

    String representation of the item.

    ValidateNotNullMembers()

    Checks if all attributes have valid values. For example an unset attribtue which doesn't allow null value will cause an Exception.

    public virtual void ValidateNotNullMembers()

    Verbose()

    Returns a string containing alle item attributes. This method can be used for trcaing and debugging.

    public virtual string Verbose()

    Returns

    string

    String containig all item attributes with names and values

    © Enreach GmbH