Class FaxFwdTableViewEntry
- Namespace
- SWConfigDataClientLib.Proxies.FaxServerConfig
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class FaxFwdTableViewEntry : SObject
- Inheritance
-
FaxFwdTableViewEntry
- Inherited Members
Constructors
FaxFwdTableViewEntry()
public FaxFwdTableViewEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
EmailForwardings
public virtual string EmailForwardings { get; }
Property Value
FaxClientForwarding
public virtual bool FaxClientForwarding { get; }
Property Value
Hide
public virtual bool Hide { get; set; }
Property Value
IsEmailForwardingsNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEmailForwardingsNull { get; }
Property Value
IsFaxClientForwardingNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsFaxClientForwardingNull { get; }
Property Value
IsHideNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsHideNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberNull { get; }
Property Value
IsPrinterForwardingsNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPrinterForwardingsNull { get; }
Property Value
IsPublicNumbersNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPublicNumbersNull { get; }
Property Value
IsUserIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserIDNull { get; }
Property Value
Name
(Max length is 80.)
public virtual string Name { get; set; }
Property Value
Number
(Max length is 30.)
public virtual string Number { get; set; }
Property Value
PrinterForwardings
public virtual string PrinterForwardings { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
PublicNumbers
public virtual string PublicNumbers { get; }
Property Value
UserID
public virtual int UserID { get; }
Property Value
Methods
ApplyData(FaxFwdTableViewEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(FaxFwdTableViewEntry entry)
Parameters
entry
FaxFwdTableViewEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual FaxFwdTableViewEntry Clone()
Returns
- FaxFwdTableViewEntry
Cloned entry of type FaxFwdTableViewEntry.
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