Class TrunkAdminView1Entry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class TrunkAdminView1Entry : SObject
- Inheritance
-
TrunkAdminView1Entry
- Inherited Members
Constructors
TrunkAdminView1Entry()
public TrunkAdminView1Entry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
AccessProfileID
public virtual int AccessProfileID { get; set; }
Property Value
CodecG711
public virtual bool CodecG711 { get; set; }
Property Value
CodecG729
public virtual bool CodecG729 { get; set; }
Property Value
CodecT38
public virtual bool CodecT38 { get; set; }
Property Value
Description
(Max length is 256.)
public virtual string Description { get; set; }
Property Value
Enabled
public virtual bool Enabled { get; set; }
Property Value
Host
(Max length is 50.)
public virtual string Host { get; set; }
Property Value
IsAccessProfileIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsAccessProfileIDNull { get; }
Property Value
IsCodecG711Null
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCodecG711Null { get; }
Property Value
IsCodecG729Null
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCodecG729Null { get; }
Property Value
IsCodecT38Null
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCodecT38Null { get; }
Property Value
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
IsEnabledNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEnabledNull { get; }
Property Value
IsHostNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsHostNull { get; }
Property Value
IsLocationIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLocationIDNull { get; }
Property Value
IsLoginTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLoginTimeNull { get; }
Property Value
IsMaxCallsNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsMaxCallsNull { get; }
Property Value
IsMaxIncommingCallsNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsMaxIncommingCallsNull { get; }
Property Value
IsMaxOutgoingCallsNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsMaxOutgoingCallsNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsNonMatchingNumberBehaviorNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNonMatchingNumberBehaviorNull { get; }
Property Value
IsNonMatchingNumberCallingNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNonMatchingNumberCallingNumberNull { get; }
Property Value
IsPortBundleIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleIDNull { get; }
Property Value
IsPortBundleNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleNameNull { get; }
Property Value
IsPortBundleTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleTypeNull { get; }
Property Value
IsPortIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortIDNull { get; }
Property Value
IsRemoteServerNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRemoteServerNull { get; }
Property Value
IsSiteConnectionTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSiteConnectionTypeNull { get; }
Property Value
IsSyncDataTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSyncDataTypeNull { get; }
Property Value
IsTransportDataTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTransportDataTypeNull { get; }
Property Value
LocationID
public virtual int LocationID { get; set; }
Property Value
LoginTime
public virtual SDateTime LoginTime { get; set; }
Property Value
MaxCalls
public virtual int MaxCalls { get; set; }
Property Value
MaxIncommingCalls
public virtual int MaxIncommingCalls { get; set; }
Property Value
MaxOutgoingCalls
public virtual int MaxOutgoingCalls { get; set; }
Property Value
Name
(Max length is 50.)
public virtual string Name { get; set; }
Property Value
NonMatchingNumberBehavior
public virtual byte NonMatchingNumberBehavior { get; set; }
Property Value
NonMatchingNumberCallingNumber
(Max length is 128.)
public virtual string NonMatchingNumberCallingNumber { get; set; }
Property Value
PortBundleID
public virtual int PortBundleID { get; set; }
Property Value
PortBundleName
(Max length is 50.)
public virtual string PortBundleName { get; set; }
Property Value
PortBundleType
public virtual short PortBundleType { get; set; }
Property Value
PortID
public virtual int PortID { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
RemoteServer
(Max length is 256.)
public virtual string RemoteServer { get; }
Property Value
SiteConnectionType
public virtual SiteConnectionType SiteConnectionType { get; set; }
Property Value
SyncDataType
public virtual SyncDataType SyncDataType { get; set; }
Property Value
TransportDataType
public virtual TransportDataType TransportDataType { get; set; }
Property Value
Methods
ApplyData(TrunkAdminView1Entry)
Applies all data from the Entry object item.
public virtual void ApplyData(TrunkAdminView1Entry entry)
Parameters
entry
TrunkAdminView1Entry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual TrunkAdminView1Entry Clone()
Returns
- TrunkAdminView1Entry
Cloned entry of type TrunkAdminView1Entry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetDescriptionNull()
Set item attribute to Null value (DBNull).
public virtual void SetDescriptionNull()
SetLoginTimeNull()
Set item attribute to Null value (DBNull).
public virtual void SetLoginTimeNull()
SetNonMatchingNumberCallingNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetNonMatchingNumberCallingNumberNull()
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