Class TrunkGroupAdminView1Entry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class TrunkGroupAdminView1Entry : SObject
- Inheritance
-
TrunkGroupAdminView1Entry
- Inherited Members
Constructors
TrunkGroupAdminView1Entry()
public TrunkGroupAdminView1Entry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
AccessPrefix
(Max length is 10.)
public virtual string AccessPrefix { get; set; }
Property Value
AccessProfileName
(Max length is 30.)
public virtual string AccessProfileName { get; set; }
Property Value
CustomProviderSettingsEnabled
public virtual bool CustomProviderSettingsEnabled { get; set; }
Property Value
Description
(Max length is 256.)
public virtual string Description { get; set; }
Property Value
EnableCallRecording
public virtual bool EnableCallRecording { get; set; }
Property Value
EnableLCR
public virtual bool EnableLCR { get; set; }
Property Value
InBoundCalledNumberConversion
(Max length is 50.)
public virtual string InBoundCalledNumberConversion { get; set; }
Property Value
InBoundCallingNumberConversion
(Max length is 50.)
public virtual string InBoundCallingNumberConversion { get; set; }
Property Value
IsAccessPrefixNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsAccessPrefixNull { get; }
Property Value
IsAccessProfileNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsAccessProfileNameNull { get; }
Property Value
IsCustomProviderSettingsEnabledNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCustomProviderSettingsEnabledNull { get; }
Property Value
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
IsEnableCallRecordingNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEnableCallRecordingNull { get; }
Property Value
IsEnableLCRNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEnableLCRNull { get; }
Property Value
IsInBoundCalledNumberConversionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsInBoundCalledNumberConversionNull { get; }
Property Value
IsInBoundCallingNumberConversionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsInBoundCallingNumberConversionNull { get; }
Property Value
IsLocationIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLocationIDNull { get; }
Property Value
IsLocationNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLocationNameNull { get; }
Property Value
IsMasterPBXPublicAccessPrefixNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsMasterPBXPublicAccessPrefixNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsOutBoundCalledNumberConversionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsOutBoundCalledNumberConversionNull { get; }
Property Value
IsOutBoundCallingNumberConversionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsOutBoundCallingNumberConversionNull { get; }
Property Value
IsPortBundleIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleIDNull { get; }
Property Value
IsPortBundleTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleTypeNull { get; }
Property Value
IsProfileIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsProfileIDNull { get; }
Property Value
IsProviderIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsProviderIDNull { get; }
Property Value
IsProviderSettingsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsProviderSettingsNameNull { get; }
Property Value
LocationID
public virtual int LocationID { get; set; }
Property Value
LocationName
(Max length is 120.)
public virtual string LocationName { get; set; }
Property Value
MasterPBXPublicAccessPrefix
(Max length is 30.)
public virtual string MasterPBXPublicAccessPrefix { get; set; }
Property Value
Name
(Max length is 50.)
public virtual string Name { get; set; }
Property Value
OutBoundCalledNumberConversion
(Max length is 50.)
public virtual string OutBoundCalledNumberConversion { get; set; }
Property Value
OutBoundCallingNumberConversion
(Max length is 50.)
public virtual string OutBoundCallingNumberConversion { get; set; }
Property Value
PortBundleID
public virtual int PortBundleID { get; }
Property Value
PortBundleType
public virtual short PortBundleType { get; set; }
Property Value
ProfileID
public virtual int ProfileID { get; set; }
Property Value
ProviderID
(Max length is 50.)
public virtual string ProviderID { get; set; }
Property Value
ProviderSettingsName
(Max length is 60.)
public virtual string ProviderSettingsName { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Methods
ApplyData(TrunkGroupAdminView1Entry)
Applies all data from the Entry object item.
public virtual void ApplyData(TrunkGroupAdminView1Entry entry)
Parameters
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual TrunkGroupAdminView1Entry Clone()
Returns
- TrunkGroupAdminView1Entry
Cloned entry of type TrunkGroupAdminView1Entry.
Dispose()
Dispose
public virtual void Dispose()
SetAccessPrefixNull()
Set item attribute to Null value (DBNull).
public virtual void SetAccessPrefixNull()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetDescriptionNull()
Set item attribute to Null value (DBNull).
public virtual void SetDescriptionNull()
SetInBoundCalledNumberConversionNull()
Set item attribute to Null value (DBNull).
public virtual void SetInBoundCalledNumberConversionNull()
SetInBoundCallingNumberConversionNull()
Set item attribute to Null value (DBNull).
public virtual void SetInBoundCallingNumberConversionNull()
SetMasterPBXPublicAccessPrefixNull()
Set item attribute to Null value (DBNull).
public virtual void SetMasterPBXPublicAccessPrefixNull()
SetOutBoundCalledNumberConversionNull()
Set item attribute to Null value (DBNull).
public virtual void SetOutBoundCalledNumberConversionNull()
SetOutBoundCallingNumberConversionNull()
Set item attribute to Null value (DBNull).
public virtual void SetOutBoundCallingNumberConversionNull()
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