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 RedialItemEntry

    Namespace
    SWConfigDataClientLib.Proxies.PhoneClient
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>RedialItemEntryRedialItemEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    RedialItemEntry()

    public RedialItemEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    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

    Id

    public virtual int Id { get; }

    Property Value

    int

    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

    IsIdNull

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

    public virtual bool IsIdNull { get; }

    Property Value

    bool

    IsNameNull

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

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    IsNumberCanonicalNull

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

    public virtual bool IsNumberCanonicalNull { get; }

    Property Value

    bool

    IsNumberNull

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

    public virtual bool IsNumberNull { get; }

    Property Value

    bool

    IsStartTimeNull

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

    public virtual bool IsStartTimeNull { get; }

    Property Value

    bool

    IsUserIDNull

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

    public virtual bool IsUserIDNull { get; }

    Property Value

    bool

    Name

    public virtual string Name { get; set; }

    Property Value

    string

    Number

    public virtual string Number { get; set; }

    Property Value

    string

    NumberCanonical

    (Max length is 20.)

    public virtual string NumberCanonical { get; set; }

    Property Value

    string

    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

    UserID

    public virtual int UserID { get; set; }

    Property Value

    int

    Methods

    ApplyData(RedialItemEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(RedialItemEntry entry)

    Parameters

    entry RedialItemEntry

    Clone()

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

    public virtual RedialItemEntry Clone()

    Returns

    RedialItemEntry

    Cloned entry of type RedialItemEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetEndTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetEndTimeNull()

    SetNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetNameNull()

    SetNumberCanonicalNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetNumberCanonicalNull()

    SetNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetNumberNull()

    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