Show / Hide Table of Contents

Interface ConfigFile.ITestEnvironmentConfiguration

Configuration for test environment Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ITestEnvironmentConfiguration

Properties

EnableCRMScriptHttp

Allow making HTTP calls from service

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

EnableErpSync

Enable Erp Sync

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

EnableInbox

Enable Inbox

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

EnableMailings

Allow mailings in service

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

EnablePocketNotifications

Allow notifications to be sent for pocket

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

EnableQuoteConnector

Enable Quote Connector to remote systems

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

EnableServiceSendMails

Allow sending mails from service

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

IsTestEnvironment

Is this a Test Environment (where some functions are turned off by default)

Declaration
bool IsTestEnvironment { get; set; }
Property Value
Type Description
bool

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top