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 PBXPhoneBookEntry

    Namespace
    SWConfigDataClientLib.Proxies.UserPhoneBook
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>PBXPhoneBookEntryPBXPhoneBookEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    PBXPhoneBookEntry()

    public PBXPhoneBookEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    Description

    (Max length is 256.)

    public virtual string Description { get; }

    Property Value

    string

    Editable

    public virtual bool Editable { get; }

    Property Value

    bool

    EditableEntryID

    public virtual int EditableEntryID { get; set; }

    Property Value

    int

    EntityID

    public QualilifiedEntityID EntityID { get; }

    Property Value

    QualilifiedEntityID

    Hide

    public virtual bool Hide { get; set; }

    Property Value

    bool

    IsDescriptionNull

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

    public virtual bool IsDescriptionNull { get; }

    Property Value

    bool

    IsEditableEntryIDNull

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

    public virtual bool IsEditableEntryIDNull { get; }

    Property Value

    bool

    IsEditableNull

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

    public virtual bool IsEditableNull { get; }

    Property Value

    bool

    IsHideNull

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

    public virtual bool IsHideNull { get; }

    Property Value

    bool

    IsNameNull

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

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    IsNumberNull

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

    public virtual bool IsNumberNull { get; }

    Property Value

    bool

    IsUserIDNull

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

    public virtual bool IsUserIDNull { get; }

    Property Value

    bool

    IsUserStatusNull

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

    public virtual bool IsUserStatusNull { get; }

    Property Value

    bool

    Name

    (Max length is 80.)

    public virtual string Name { get; set; }

    Property Value

    string

    Number

    (Max length is 50.)

    public virtual string Number { get; }

    Property Value

    string

    NumberID

    public int NumberID { get; }

    Property Value

    int

    NumberType

    public QualilifiedEntityNumberType NumberType { get; }

    Property Value

    QualilifiedEntityNumberType

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    UserID

    public virtual int UserID { get; set; }

    Property Value

    int

    UserStatus

    public virtual short UserStatus { get; set; }

    Property Value

    short

    Methods

    ApplyData(PBXPhoneBookEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(PBXPhoneBookEntry entry)

    Parameters

    entry PBXPhoneBookEntry

    Clone()

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

    public virtual PBXPhoneBookEntry Clone()

    Returns

    PBXPhoneBookEntry

    Cloned entry of type PBXPhoneBookEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetEditableEntryIDNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetEditableEntryIDNull()

    SetUserStatusDefaultValue()

    Set item attribute to default value.

    public virtual void SetUserStatusDefaultValue()

    SetUserStatusNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetUserStatusNull()

    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