Class ConfigFile.TestEnvironment
Configuration for test environment
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.TestEnvironment
Properties
EnableCRMScriptHttp
Allow making HTTP calls from service
Declaration
public static bool EnableCRMScriptHttp { get; set; }
Property Value
Type | Description |
---|---|
bool |
EnableErpSync
Enable Erp Sync
Declaration
public static bool EnableErpSync { get; set; }
Property Value
Type | Description |
---|---|
bool |
EnableInbox
Enable Inbox
Declaration
public static bool EnableInbox { get; set; }
Property Value
Type | Description |
---|---|
bool |
EnableMailings
Allow mailings in service
Declaration
public static bool EnableMailings { get; set; }
Property Value
Type | Description |
---|---|
bool |
EnablePocketNotifications
Allow notifications to be sent for pocket
Declaration
public static bool EnablePocketNotifications { get; set; }
Property Value
Type | Description |
---|---|
bool |
EnableQuoteConnector
Enable Quote Connector to remote systems
Declaration
public static bool EnableQuoteConnector { get; set; }
Property Value
Type | Description |
---|---|
bool |
EnableServiceSendMails
Allow sending mails from service
Declaration
public static bool EnableServiceSendMails { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsTestEnvironment
Is this a Test Environment (where some functions are turned off by default)
Declaration
public static bool IsTestEnvironment { get; set; }
Property Value
Type | Description |
---|---|
bool |