Class ServerPropertiesRecordingEntry
- Namespace
- SWConfigDataClientLib.Proxies.GlobalConfig
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class ServerPropertiesRecordingEntry : SObject
- Inheritance
-
ServerPropertiesRecordingEntry
- Inherited Members
Constructors
ServerPropertiesRecordingEntry()
public ServerPropertiesRecordingEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
EntryID
public virtual int EntryID { get; }
Property Value
IsEntryIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEntryIDNull { get; }
Property Value
IsRecAllNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecAllNull { get; }
Property Value
IsRecAutoNumbersNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecAutoNumbersNull { get; }
Property Value
IsRecCodecNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecCodecNull { get; }
Property Value
IsRecDTMFOffNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecDTMFOffNull { get; }
Property Value
IsRecDTMFOnNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecDTMFOnNull { get; }
Property Value
IsRecDirectionsNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecDirectionsNull { get; }
Property Value
IsRecEnabledNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecEnabledNull { get; }
Property Value
IsRecFolderNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecFolderNull { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
RecAll
public virtual bool RecAll { get; set; }
Property Value
RecAutoNumbers
(Max length is 256.)
public virtual string RecAutoNumbers { get; set; }
Property Value
RecCodec
public virtual RecordingCodec RecCodec { get; set; }
Property Value
RecDTMFOff
(Max length is 10.)
public virtual string RecDTMFOff { get; set; }
Property Value
RecDTMFOn
(Max length is 10.)
public virtual string RecDTMFOn { get; set; }
Property Value
RecDirections
public virtual byte RecDirections { get; set; }
Property Value
RecEnabled
public virtual bool RecEnabled { get; set; }
Property Value
RecFolder
(Max length is 256.)
public virtual string RecFolder { get; set; }
Property Value
Methods
ApplyData(ServerPropertiesRecordingEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(ServerPropertiesRecordingEntry entry)
Parameters
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual ServerPropertiesRecordingEntry Clone()
Returns
- ServerPropertiesRecordingEntry
Cloned entry of type ServerPropertiesRecordingEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetRecAllNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecAllNull()
SetRecAutoNumbersNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecAutoNumbersNull()
SetRecCodecNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecCodecNull()
SetRecDTMFOffNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecDTMFOffNull()
SetRecDTMFOnNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecDTMFOnNull()
SetRecDirectionsNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecDirectionsNull()
SetRecEnabledNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecEnabledNull()
SetRecFolderNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecFolderNull()
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