BaseCommerceEvent Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Abstract base class from which all Commerce event classes derive.
The BaseCommerceEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BaseCommerceEvent | Initializes a new instance of the BaseCommerceEvent class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates property values for specific event objects. Deriving classes can override this method. |
Top