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 ResellerEntry

    Namespace
    SWConfigDataClientLib.Proxies.Reporting
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>ResellerEntryResellerEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    ResellerEntry()

    public ResellerEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    City

    (Max length is 128.)

    public virtual string City { get; set; }

    Property Value

    string

    CompanyName

    (Max length is 256.)

    public virtual string CompanyName { get; set; }

    Property Value

    string

    ContactName

    (Max length is 128.)

    public virtual string ContactName { get; set; }

    Property Value

    string

    EMail

    (Max length is 256.)

    public virtual string EMail { get; set; }

    Property Value

    string

    IsCityNull

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

    public virtual bool IsCityNull { get; }

    Property Value

    bool

    IsCompanyNameNull

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

    public virtual bool IsCompanyNameNull { get; }

    Property Value

    bool

    IsContactNameNull

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

    public virtual bool IsContactNameNull { get; }

    Property Value

    bool

    IsEMailNull

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

    public virtual bool IsEMailNull { get; }

    Property Value

    bool

    IsNameNull

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

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    IsResellerIDNull

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

    public virtual bool IsResellerIDNull { get; }

    Property Value

    bool

    IsStreetNull

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

    public virtual bool IsStreetNull { get; }

    Property Value

    bool

    IsZIPCodeNull

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

    public virtual bool IsZIPCodeNull { get; }

    Property Value

    bool

    Name

    (Max length is 128.)

    public virtual string Name { get; set; }

    Property Value

    string

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    ResellerID

    public virtual Guid ResellerID { get; set; }

    Property Value

    Guid

    Street

    (Max length is 128.)

    public virtual string Street { get; set; }

    Property Value

    string

    ZIPCode

    (Max length is 50.)

    public virtual string ZIPCode { get; set; }

    Property Value

    string

    Methods

    ApplyData(ResellerEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(ResellerEntry entry)

    Parameters

    entry ResellerEntry

    Clone()

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

    public virtual ResellerEntry Clone()

    Returns

    ResellerEntry

    Cloned entry of type ResellerEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    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