Click or drag to resize

ClientBusinessRuleOptionsConfiguration Class

ClientBusinessRuleOptions Class
Inheritance Hierarchy
SystemObject
  PSI.Sox.ConfigurationClientBusinessRuleOptionsConfiguration

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

The ClientBusinessRuleOptionsConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodClientBusinessRuleOptionsConfiguration
Initializes a new instance of the ClientBusinessRuleOptionsConfiguration class
Top
Properties
  NameDescription
Public propertyProfileId
Gets or sets ProfileId
Public propertyUseAddPackage
package add event
Public propertyUseCopyPackage
Execute Copy Package Business Rule .
Public propertyUseKeyStroke
Execute Keystroke Business Rule
Public propertyUseNewShipment
Execute new Shipment Business Rule
Public propertyUseNextPackage
next package event
Public propertyUsePageLoaded
Execute Page Loaded Business Rule
Public propertyUsePostBuildShipment
Execute Post Build Shipment Business Rule
Public propertyUsePostCloseGroup
Execute Post Close Group Rule
Public propertyUsePostCloseManifest
Execute Post CloseManifest Business Rule
Public propertyUsePostCreateGroup
Post group create event.
Public propertyUsePostLoad
Execute Post Load Business Rule
Public propertyUsePostModifyGroup
Post group modify event
Public propertyUsePostPrint
Execute Post Print Business Rule
Public propertyUsePostProcessBatch
Execute post-process batch business rule
Public propertyUsePostRate
Execute Post Rate Business Rule
Public propertyUsePostSearchHistory
post search history action event
Public propertyUsePostShip
Execute Post Ship Business Rule
Public propertyUsePostTransmit
Execute Post Transmit Business Rule
Public propertyUsePostVoid
Execute Post void Rule
Public propertyUsePreBuildShipment
Execute Pre Build Shipment Business Rule
Public propertyUsePreCloseGroup
Execute pre Close Group Rule
Public propertyUsePreCloseManifest
Execute Pre CloseManifest Business Rule
Public propertyUsePreCreateGroup
Pre group create event
Public propertyUsePreLoad
Execute Pre Load Business Rule
Public propertyUsePreModifyGroup
Pre modify group event
Public propertyUsePrePrint
Execute Pre Print Business Rule
Public propertyUsePreProcessBatch
Execute pre-process batch business rule
Public propertyUsePreRate
Execute Pre Rate Business Rule
Public propertyUsePreSearchHistory
Pre search history action event
Public propertyUsePreShip
Execute Pre Ship Business Rule
Public propertyUsePreTransmit
Execute Pre Transmit Business Rule
Public propertyUsePreviousPackage
Execute Previous Package Business Rule
Public propertyUsePreVoid
Execute pre void Rule
Public propertyUseRemovePackage
Execute Remove Package Business Rule .
Public propertyUseRepeatShipment
Execute Repeat Shipment Business Rule .
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