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 ActiveCallEntry

    Namespace
    SWConfigDataClientLib.Proxies.Admin
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>ActiveCallEntryActiveCallEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    ActiveCallEntry()

    public ActiveCallEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    CallID

    public virtual uint CallID { get; set; }

    Property Value

    uint

    CallStatus

    public virtual CallStatus CallStatus { get; set; }

    Property Value

    CallStatus

    CalledName

    public virtual string CalledName { get; set; }

    Property Value

    string

    CalledNumber

    public virtual string CalledNumber { get; set; }

    Property Value

    string

    Charges

    public virtual string Charges { get; set; }

    Property Value

    string

    DestinationDeviceName

    public virtual string DestinationDeviceName { get; set; }

    Property Value

    string

    DestinationName

    public virtual string DestinationName { get; set; }

    Property Value

    string

    DestinationNumber

    public virtual string DestinationNumber { get; set; }

    Property Value

    string

    Duration

    public virtual long Duration { get; set; }

    Property Value

    long

    DurationTimeSpan

    public virtual STimeSpan DurationTimeSpan { get; }

    Property Value

    STimeSpan

    IsCallIDNull

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

    public virtual bool IsCallIDNull { get; }

    Property Value

    bool

    IsCallStatusNull

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

    public virtual bool IsCallStatusNull { 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

    IsChargesNull

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

    public virtual bool IsChargesNull { get; }

    Property Value

    bool

    IsDestinationDeviceNameNull

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

    public virtual bool IsDestinationDeviceNameNull { get; }

    Property Value

    bool

    IsDestinationNameNull

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

    public virtual bool IsDestinationNameNull { get; }

    Property Value

    bool

    IsDestinationNumberNull

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

    public virtual bool IsDestinationNumberNull { get; }

    Property Value

    bool

    IsDurationNull

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

    public virtual bool IsDurationNull { get; }

    Property Value

    bool

    IsOriginationDeviceNameNull

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

    public virtual bool IsOriginationDeviceNameNull { get; }

    Property Value

    bool

    IsOriginationNameNull

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

    public virtual bool IsOriginationNameNull { get; }

    Property Value

    bool

    IsOriginationNumberNull

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

    public virtual bool IsOriginationNumberNull { get; }

    Property Value

    bool

    IsProjectNumberNull

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

    public virtual bool IsProjectNumberNull { get; }

    Property Value

    bool

    IsStartNull

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

    public virtual bool IsStartNull { get; }

    Property Value

    bool

    OriginationDeviceName

    public virtual string OriginationDeviceName { get; set; }

    Property Value

    string

    OriginationName

    public virtual string OriginationName { get; set; }

    Property Value

    string

    OriginationNumber

    public virtual string OriginationNumber { get; set; }

    Property Value

    string

    ProjectNumber

    public virtual string ProjectNumber { get; set; }

    Property Value

    string

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    Start

    public virtual SDateTime Start { get; set; }

    Property Value

    SDateTime

    Methods

    ApplyData(ActiveCallEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(ActiveCallEntry entry)

    Parameters

    entry ActiveCallEntry

    Clone()

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

    public virtual ActiveCallEntry Clone()

    Returns

    ActiveCallEntry

    Cloned entry of type ActiveCallEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetCallIDNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCallIDNull()

    SetCallStatusNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCallStatusNull()

    SetCalledNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCalledNameNull()

    SetCalledNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCalledNumberNull()

    SetChargesNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetChargesNull()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetDestinationDeviceNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetDestinationDeviceNameNull()

    SetDestinationNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetDestinationNameNull()

    SetDestinationNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetDestinationNumberNull()

    SetDurationNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetDurationNull()

    SetOriginationDeviceNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetOriginationDeviceNameNull()

    SetOriginationNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetOriginationNameNull()

    SetOriginationNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetOriginationNumberNull()

    SetProjectNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetProjectNumberNull()

    SetStartNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetStartNull()

    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