Show / Hide Table of Contents

Class ConfigFile.TestEnvironment

Configuration for test environment

Inheritance
Object
ConfigFile.TestEnvironment
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class TestEnvironment : Object

Properties

EnableCRMScriptHttp

Allow making HTTP calls from service

Declaration
public static bool EnableCRMScriptHttp { get; set; }
Property Value
Type Description
Boolean

EnableErpSync

Enable Erp Sync

Declaration
public static bool EnableErpSync { get; set; }
Property Value
Type Description
Boolean

EnableInbox

Enable Inbox

Declaration
public static bool EnableInbox { get; set; }
Property Value
Type Description
Boolean

EnableMailings

Allow mailings in service

Declaration
public static bool EnableMailings { get; set; }
Property Value
Type Description
Boolean

EnablePocketNotifications

Allow notifications to be sent for pocket

Declaration
public static bool EnablePocketNotifications { get; set; }
Property Value
Type Description
Boolean

EnableQuoteConnector

Enable Quote Connector to remote systems

Declaration
public static bool EnableQuoteConnector { get; set; }
Property Value
Type Description
Boolean

EnableServiceSendMails

Allow sending mails from service

Declaration
public static bool EnableServiceSendMails { get; set; }
Property Value
Type Description
Boolean

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
Boolean
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top