Click or drag to resize

ProfileSettingConfiguration Class

ProfileSetting class.
Inheritance Hierarchy
SystemObject
  PSI.Sox.ConfigurationProfileSettingConfiguration

Namespace:  PSI.Sox.Configuration
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
[SerializableAttribute]
public class ProfileSettingConfiguration

The ProfileSettingConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodProfileSettingConfiguration
Initializes a new instance of the ProfileSettingConfiguration class
Top
Properties
  NameDescription
Public propertyAllowNotApplicableToBeSelected
Gets or Sets AllowNotApplicableToBeSelected
Public propertyDefaultBatchFileParserType
Gets or sets DefaultBatchFileParserType
Public propertyDefaultBatchLoadType
Gets or sets DefaultBatchLoadType
Public propertyDisableBatchFileParserType
Gets or sets DisableBatchFileParserType
Public propertyDisableCompanyAddressBook
Gets or sets DisableCompanyAddressBook.
Public propertyDisableCompanyDistributionList
Gets or Sets DisableCompanyDistributionList
Public propertyDisableCustomLoad
Gets or sets DisableCustomLoad
Public propertyDisableEditAddress
Gets or sets DisableEditAddress.
Public propertyDisableEditDistributionList
Gets or sets DisableEditDistributionList
Public propertyDisableGroupEdit
Gets or sets DisableGroupEdit
Public propertyDisableJustificationMessage
Gets or Sets DisableJustificationMessage
Public propertyDisableLoadFromFile
Gets or sets DisableLoadFromFile
Public propertyDisableServiceChanges
Gets or sets DisableServiceChanges
Public propertyDisableSiteAddressBook
Gets or sets DisableSiteAddressBook.
Public propertyDisableSiteDistributionList
gets or sets DisableSiteDistributionList
Public propertyDisableUserAddressBook
Gets or sets DisableUserAddressBook.
Public propertyDisableUserDistributionList
Gets and Sets DisableUserDistributionList
Public propertyHideGroup
Gets or sets HideGroup
Public propertyId
Gets or sets the Id.
Public propertyServiceSelectionMode
Gets or Sets ServiceSelectionMode
Public propertySortMode
Gets or Sets SortMode
Public propertyValidateAddressOnRate
Gets or sets ValidateAddressOnRate.
Public propertyValidateAddressOnShip
Gets or sets ValidateAddressOnShip.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
The ProfileSetting class.
See Also