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 NarrowUserListEntry

    Namespace
    SWConfigDataClientLib.Proxies.PhoneClient
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>NarrowUserListEntryNarrowUserListEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    NarrowUserListEntry()

    public NarrowUserListEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    Comment

    (Max length is 256.)

    public virtual string Comment { get; set; }

    Property Value

    string

    EMailAddr

    (Max length is 128.)

    public virtual string EMailAddr { get; set; }

    Property Value

    string

    FaxType

    public virtual byte FaxType { get; set; }

    Property Value

    byte

    IsCommentNull

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

    public virtual bool IsCommentNull { get; }

    Property Value

    bool

    IsEMailAddrNull

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

    public virtual bool IsEMailAddrNull { get; }

    Property Value

    bool

    IsFaxTypeNull

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

    public virtual bool IsFaxTypeNull { get; }

    Property Value

    bool

    IsLockedNull

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

    public virtual bool IsLockedNull { get; }

    Property Value

    bool

    IsLoginTimeNull

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

    public virtual bool IsLoginTimeNull { get; }

    Property Value

    bool

    IsNameNull

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

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    IsShortNameNull

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

    public virtual bool IsShortNameNull { get; }

    Property Value

    bool

    IsUserIDNull

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

    public virtual bool IsUserIDNull { get; }

    Property Value

    bool

    Locked

    public virtual bool Locked { get; set; }

    Property Value

    bool

    LoginTimeLocal

    public virtual SDateTime LoginTimeLocal { get; set; }

    Property Value

    SDateTime

    LoginTimeUTC

    public virtual SDateTime LoginTimeUTC { get; set; }

    Property Value

    SDateTime

    Name

    (Max length is 80.)

    public virtual string Name { get; set; }

    Property Value

    string

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    ShortName

    (Max length is 8.)

    public virtual string ShortName { get; set; }

    Property Value

    string

    UserID

    public virtual int UserID { get; }

    Property Value

    int

    Methods

    ApplyData(NarrowUserListEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(NarrowUserListEntry entry)

    Parameters

    entry NarrowUserListEntry

    Clone()

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

    public virtual NarrowUserListEntry Clone()

    Returns

    NarrowUserListEntry

    Cloned entry of type NarrowUserListEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetCommentNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCommentNull()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetEMailAddrNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetEMailAddrNull()

    SetLoginTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetLoginTimeNull()

    SetShortNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetShortNameNull()

    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