Click or drag to resize

ProfileSetting Class

ProfileSetting class.
Inheritance Hierarchy
SystemObject
  PSI.SoxProfileSetting

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

The ProfileSetting type exposes the following members.

Constructors
  NameDescription
Public methodProfileSetting
Initializes a new instance of the ProfileSetting class
Top
Properties
  NameDescription
Public propertyAllowNotApplicableToBeSelected
Gets or Sets AllowNotApplicableToBeSelected
Public propertyDefaultBatchFileParserType
Gets or sets DefaultBatchFileParserType
Public propertyDefaultBatchLoadType
Gets or sets DefaultBatchLoadType
Public propertyDefaultHistoryExportType
Gets or sets DefaultHistoryExportType
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 propertyDisableDeleteOtherPendingShipments
Gets or sets DisableDeleteOtherPendingShipments
Public propertyDisableEditAddress
Gets or sets DisableEditAddress.
Public propertyDisableEditDistributionList
Gets or sets DisableEditDistributionList
Public propertyDisableExportReport
Gets or sets DisableExportReport
Public propertyDisableGroupEdit
Gets or sets DisableGroupEdit
Public propertyDisableJustificationMessage
Gets or Sets DisableJustificationMessage
Public propertyDisableLoadFromFile
Gets or sets DisableLoadFromFile
Public propertyDisablePendingShipment
Gets or sets DisablePendingShipment
Public propertyDisableServiceChanges
Gets or sets DisableServiceChanges
Public propertyDisableShipOtherPendingShipments
Gets or sets DisableShipOtherPendingShipments
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 propertyShowOnlyUserPendingShipments
Gets or sets ShowOnlyUserPendingShipments
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