CommerceEventAttribute Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Attributes that identify a class as being a Commerce Server event. This class cannot be inherited.
The CommerceEventAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommerceEventAttribute | Initializes a new instance of the CommerceEventAttribute class with the specified short name. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ClassName | Gets the Commerce Server-specific short name of the class that this instance of the attribute is associated with. | |
TypeId | (Inherited from Attribute.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute..::.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute..::.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute..::.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute..::.Invoke | (Inherited from Attribute.) |
Top