Class ResellerEntry
- Namespace
- SWConfigDataClientLib.Proxies.Reporting
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class ResellerEntry : SObject
- Inheritance
-
ResellerEntry
- Inherited Members
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
CompanyName
(Max length is 256.)
public virtual string CompanyName { get; set; }
Property Value
ContactName
(Max length is 128.)
public virtual string ContactName { get; set; }
Property Value
(Max length is 256.)
public virtual string EMail { get; set; }
Property Value
IsCityNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCityNull { get; }
Property Value
IsCompanyNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCompanyNameNull { get; }
Property Value
IsContactNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsContactNameNull { get; }
Property Value
IsEMailNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEMailNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsResellerIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsResellerIDNull { get; }
Property Value
IsStreetNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStreetNull { get; }
Property Value
IsZIPCodeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsZIPCodeNull { get; }
Property Value
Name
(Max length is 128.)
public virtual string Name { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
ResellerID
public virtual Guid ResellerID { get; set; }
Property Value
Street
(Max length is 128.)
public virtual string Street { get; set; }
Property Value
ZIPCode
(Max length is 50.)
public virtual string ZIPCode { get; set; }
Property Value
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