Click or drag to resize

SettingsEntity Class

A setting.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.SettingsSettingsEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Settings
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class SettingsEntity : IntegrationEntity

The SettingsEntity type exposes the following members.

Properties
  NameDescription
Public propertyDaysBeforeCollectionHistory
Gets or sets the days before collection history.
Public propertyDirectDebitRunConfigurationId
Gets or sets the Direct Debit Run Configuration Identifier.
Public propertyElemosAuthCookieTemplate
Gets or sets the elemos authentication cookie template.
Public propertyEmailFrom
Gets or sets the email from.
Public propertyEmailReplyTo
Gets or sets the email reply to.
Public propertyExternalOrderSettings
Gets or sets the external order settings.
Public propertyMaximumLoginAttemptsBeforeLock
Gets or sets the maximum login attempts before lock.
Public propertyPasswordRegExpression
Gets or sets the password reg expression.
Public propertyPasswordResetEmailSubject
Gets or sets the password reset email subject.
Public propertyPasswordResetTimeoutInHours
Gets or sets the password reset timeout in hours.
Public propertyPasswordStrengthUserDescription
Gets or sets the password strength user description.
Public propertyPostcodeMinimumPrefixLength
Gets or sets the length of the postcode minimum prefix for address validation.
Public propertyRegistrationEmailSubject
Gets or sets the registration email subject.
Public propertyRegistrationTimeoutInHours
Gets or sets the registration timeout in hours.
Public propertySkipCasualCustomerDefaultAccessGroupId
Gets the Skip Casual Customer Default Access Group Id
Public propertySkipCasualOrderConfirmationEmailSubject
Gets the skip casual order confirmation email subject.
Public propertySkipCasualRegistrationEmailSubject
Gets the skip casual registration email subject.
Public propertyTelephoneRegExpression
Gets or sets the telephone reg expression.
Top
See Also