ExpressionCategorySet Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The strongly typed DataSet that is used to access expression categories in the marketing system.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ExpressionCategorySet _
Inherits DataSet
'Usage
Dim instance As ExpressionCategorySet
[SerializableAttribute]
public class ExpressionCategorySet : DataSet
[SerializableAttribute]
public ref class ExpressionCategorySet : public DataSet
public class ExpressionCategorySet extends DataSet
Remarks
This class is intended for use with the GetAllExpressionCategories and SaveExpressionCategories methods of the ExpressionManager class.
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Data..::.DataSet
Microsoft.CommerceServer.Marketing..::.ExpressionCategorySet
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.CommerceServer.Marketing Namespace