Click or drag to resize

ServerBusinessRuleOptionsConfiguration Class

ShipExec SBR Business Rule Options
Inheritance Hierarchy
SystemObject
  PSI.Sox.ConfigurationServerBusinessRuleOptionsConfiguration

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

The ServerBusinessRuleOptionsConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodServerBusinessRuleOptionsConfiguration
Initializes a new instance of the ServerBusinessRuleOptionsConfiguration class
Top
Properties
  NameDescription
Public propertyProfileId
Gets or sets ProfileId.
Public propertyUseAddressValidation
Gets or sets AddressValidation
Public propertyUseCloseManifest
Gets or sets CloseManifest.
Public propertyUsePostAddressValidation
Gets or sets PostAddressValidation.
Public propertyUsePostCloseGroup
Gets or sets PostCloseGroup.
Public propertyUsePostCloseManifest
Gets or sets PostCloseManifest.
Public propertyUsePostCreateGroup
Gets or sets PostCreateGroup.
Public propertyUsePostModifyGroup
Gets or sets PostModifyGroup.
Public propertyUsePostModifyPackageList
Gets or sets PostModifyPackageList.
Public propertyUsePostPack
Gets or sets PostPack.
Public propertyUsePostPackRate
Gets or sets PostPackRate.
Public propertyUsePostPrint
Gets or sets PostPrint.
Public propertyUsePostProcessBatch
Gets or sets PostProcessBatch.
Public propertyUsePostRate
Gets or sets PostRate.
Public propertyUsePostReprocess
Gets or sets PostReprocess.
Public propertyUsePostShip
Gets or sets PostShip.
Public propertyUsePostTransmit
Gets or sets PostTransmit.
Public propertyUsePostVoid
Gets or sets PostVoid.
Public propertyUsePreAddressValidation
Gets or sets PreAddressValidation.
Public propertyUsePreCloseGroup
Gets or sets PreCloseGroup.
Public propertyUsePreCloseManifest
Gets or sets PreCloseManifest.
Public propertyUsePreCreateGroup
Gets or sets PreCreateGroup.
Public propertyUsePreModifyGroup
Gets or sets PreModifyGroup.
Public propertyUsePreModifyPackageList
Gets or sets PreModifyPackageList.
Public propertyUsePrePack
Gets or sets PrePack.
Public propertyUsePrePackRate
Gets or sets PrePackRate.
Public propertyUsePrePrint
Gets or sets PrePrint.
Public propertyUsePreProcessBatch
Gets or sets PreProcessBatch.
Public propertyUsePreRate
Gets or sets PreRate.
Public propertyUsePreReprocess
Gets or sets PreReprocess.
Public propertyUsePreShip
Gets or sets PreShip.
Public propertyUsePreTransmit
Gets or sets PreTransmit.
Public propertyUsePreVoid
Gets or sets PreVoid.
Public propertyUsePrint
Gets or sets Print.
Public propertyUseRate
Gets or sets Rate.
Public propertyUseShip
Gets or sets Ship.
Public propertyUseTransmit
Gets or sets Transmit.
Public propertyUseVoidPackage
Gets or sets VoidPackage.
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
See Also