Class GlobalConfigEntry
- Namespace
- SWConfigDataClientLib.Proxies.GlobalConfig
- Assembly
- IpPbxCDSClientLib.dll
GlobalConfigEntry represents is the class for the primary configuration item GlobalConfig. The class contains properties for each item attribute.
public class GlobalConfigEntry : GlobalConfigEntryBase
- Inheritance
-
GlobalConfigEntry
- Inherited Members
Constructors
GlobalConfigEntry()
standard contructor
public GlobalConfigEntry()
Properties
IsMailServerNull
public virtual bool IsMailServerNull { get; }
Property Value
IsSMTPPasswordNull
public virtual bool IsSMTPPasswordNull { get; }
Property Value
IsSMTPUserNull
public virtual bool IsSMTPUserNull { get; }
Property Value
IsSmtpPortNull
public virtual bool IsSmtpPortNull { get; }
Property Value
IsSmtpWithTlsNull
public virtual bool IsSmtpWithTlsNull { get; }
Property Value
IsUseSMTPAuthenticationNull
public virtual bool IsUseSMTPAuthenticationNull { get; }
Property Value
IsVoiceMailSenderAddressNull
public virtual bool IsVoiceMailSenderAddressNull { get; }
Property Value
MailServer
public virtual string MailServer { get; set; }
Property Value
SMTPPasswordDecrypted
public virtual string SMTPPasswordDecrypted { get; set; }
Property Value
SMTPUser
public virtual string SMTPUser { get; set; }
Property Value
SmtpPort
public virtual int SmtpPort { get; set; }
Property Value
SmtpWithTls
public virtual bool SmtpWithTls { get; set; }
Property Value
UseSMTPAuthentication
public virtual bool UseSMTPAuthentication { get; set; }
Property Value
VoiceMailSenderAddress
public virtual string VoiceMailSenderAddress { get; set; }
Property Value
Methods
ApplyChanges(TGlobalConfig)
public void ApplyChanges(TGlobalConfig globalConfig)
Parameters
globalConfigTGlobalConfig
ApplyChanges(TRecordingConfig)
public void ApplyChanges(TRecordingConfig globalConfig)
Parameters
globalConfigTRecordingConfig
Update(bool)
Update data. Retrieves current user data from database or stores them into the database.
public override void Update(bool validateAndSave)
Parameters
validateAndSaveboolif false retrieves data from database. If true save data to database. If the database operation failed the entry will be reinitiated from database.
Remarks
This is a remote method.
UpdateResellerGlobalConfigEntry()
public void UpdateResellerGlobalConfigEntry()