Class NumberOwnerListEntry
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class NumberOwnerListEntry : SObject
- Inheritance
-
NumberOwnerListEntry
- Inherited Members
Constructors
NumberOwnerListEntry()
public NumberOwnerListEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
CallingTimeout
public virtual int CallingTimeout { get; }
Property Value
CallingType
public virtual GroupCallingType CallingType { get; }
Property Value
GroupID
public virtual int GroupID { get; }
Property Value
Hops
public virtual int Hops { get; }
Property Value
InternalNumber
(Max length is 256.)
public virtual string InternalNumber { get; set; }
Property Value
IsCallingTimeoutNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCallingTimeoutNull { get; }
Property Value
IsCallingTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCallingTypeNull { get; }
Property Value
IsFaxNumber
public virtual bool IsFaxNumber { get; set; }
Property Value
IsGroupIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGroupIDNull { get; }
Property Value
IsHopsNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsHopsNull { get; }
Property Value
IsInternalNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsInternalNumberNull { get; }
Property Value
IsIsFaxNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsIsFaxNumberNull { get; }
Property Value
IsIsMemCallAllowedNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsIsMemCallAllowedNull { get; }
Property Value
IsMatchTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsMatchTypeNull { get; }
Property Value
IsMemCallAllowed
public virtual bool IsMemCallAllowed { get; }
Property Value
IsNumberAccessGrantedNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberAccessGrantedNull { get; }
Property Value
IsNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberNull { get; }
Property Value
IsPortBundleIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleIDNull { get; }
Property Value
IsPortIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortIDNull { get; }
Property Value
IsPositionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPositionNull { get; }
Property Value
IsUserIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserIDNull { get; }
Property Value
MatchType
public virtual InternalMatchType MatchType { get; }
Property Value
Number
(Max length is 256.)
public virtual string Number { get; }
Property Value
NumberAccessGranted
public virtual bool NumberAccessGranted { get; }
Property Value
PortBundleID
public virtual int PortBundleID { get; }
Property Value
PortID
public virtual int PortID { get; }
Property Value
Position
public virtual int Position { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
UserID
public virtual int UserID { get; set; }
Property Value
Methods
ApplyData(NumberOwnerListEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(NumberOwnerListEntry entry)
Parameters
entry
NumberOwnerListEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual NumberOwnerListEntry Clone()
Returns
- NumberOwnerListEntry
Cloned entry of type NumberOwnerListEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetInternalNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetInternalNumberNull()
SetIsFaxNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetIsFaxNumberNull()
SetUserIDNull()
Set item attribute to Null value (DBNull).
public virtual void SetUserIDNull()
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