SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class ServerPropertiesRecordingEntry

    Namespace
    SWConfigDataClientLib.Proxies.GlobalConfig
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>ServerPropertiesRecordingEntryServerPropertiesRecordingEntry</CDSClientLib.EntryBaseSummary>

    public class ServerPropertiesRecordingEntry : SObject
    Inheritance
    object
    SObject
    ServerPropertiesRecordingEntry
    Inherited Members
    SObject.MakeKey(string)
    SObject.SObjectID

    Constructors

    ServerPropertiesRecordingEntry()

    public ServerPropertiesRecordingEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    EntryID

    public virtual int EntryID { get; }

    Property Value

    int

    IsEntryIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsEntryIDNull { get; }

    Property Value

    bool

    IsRecAllNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsRecAllNull { get; }

    Property Value

    bool

    IsRecAutoNumbersNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsRecAutoNumbersNull { get; }

    Property Value

    bool

    IsRecCodecNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsRecCodecNull { get; }

    Property Value

    bool

    IsRecDTMFOffNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsRecDTMFOffNull { get; }

    Property Value

    bool

    IsRecDTMFOnNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsRecDTMFOnNull { get; }

    Property Value

    bool

    IsRecDirectionsNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsRecDirectionsNull { get; }

    Property Value

    bool

    IsRecEnabledNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsRecEnabledNull { get; }

    Property Value

    bool

    IsRecFolderNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsRecFolderNull { get; }

    Property Value

    bool

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    RecAll

    public virtual bool RecAll { get; set; }

    Property Value

    bool

    RecAutoNumbers

    (Max length is 256.)

    public virtual string RecAutoNumbers { get; set; }

    Property Value

    string

    RecCodec

    public virtual RecordingCodec RecCodec { get; set; }

    Property Value

    RecordingCodec

    RecDTMFOff

    (Max length is 10.)

    public virtual string RecDTMFOff { get; set; }

    Property Value

    string

    RecDTMFOn

    (Max length is 10.)

    public virtual string RecDTMFOn { get; set; }

    Property Value

    string

    RecDirections

    public virtual byte RecDirections { get; set; }

    Property Value

    byte

    RecEnabled

    public virtual bool RecEnabled { get; set; }

    Property Value

    bool

    RecFolder

    (Max length is 256.)

    public virtual string RecFolder { get; set; }

    Property Value

    string

    Methods

    ApplyData(ServerPropertiesRecordingEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(ServerPropertiesRecordingEntry entry)

    Parameters

    entry ServerPropertiesRecordingEntry

    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

    © Enreach GmbH