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 UserPhoneCallbackRequestEntry

    Namespace
    SWConfigDataClientLib.Proxies.Users
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>UserPhoneCallbackRequestEntryUserPhoneCallbackRequestEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    UserPhoneCallbackRequestEntry()

    public UserPhoneCallbackRequestEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    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

    CalledUserID

    public virtual int CalledUserID { get; set; }

    Property Value

    int

    DateTimeLocal

    public virtual SDateTime DateTimeLocal { get; set; }

    Property Value

    SDateTime

    DateTimeUTC

    public virtual SDateTime DateTimeUTC { get; set; }

    Property Value

    SDateTime

    IpPbxPhoneCallID

    public virtual int IpPbxPhoneCallID { get; set; }

    Property Value

    int

    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

    IsCalledUserIDNull

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

    public virtual bool IsCalledUserIDNull { get; }

    Property Value

    bool

    IsDateTimeNull

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

    public virtual bool IsDateTimeNull { get; }

    Property Value

    bool

    IsIpPbxPhoneCallIDNull

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

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

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    State

    public virtual SPCBState State { get; set; }

    Property Value

    SPCBState

    UserID

    public virtual int UserID { get; set; }

    Property Value

    int

    Methods

    ApplyData(UserPhoneCallbackRequestEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(UserPhoneCallbackRequestEntry entry)

    Parameters

    entry UserPhoneCallbackRequestEntry

    Clone()

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

    public virtual UserPhoneCallbackRequestEntry Clone()

    Returns

    UserPhoneCallbackRequestEntry

    Cloned entry of type UserPhoneCallbackRequestEntry.

    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()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    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