Class Ecommerce.Product.ProductGroupRelationDeletedArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides information about product group relations after deleting it.
public class Ecommerce.Product.ProductGroupRelationDeletedArgs : NotificationArgs
- Inheritance
-
Ecommerce.Product.ProductGroupRelationDeletedArgs
- Inherited Members
Constructors
ProductGroupRelationDeletedArgs(IEnumerable<Product>, Group)
public ProductGroupRelationDeletedArgs(IEnumerable<Product> products, Group group)
Parameters
products
IEnumerable<Product>group
Group
ProductGroupRelationDeletedArgs(string, string)
public ProductGroupRelationDeletedArgs(string productId, string groupId)
Parameters
Fields
Group
public readonly Group Group
Field Value
GroupId
public readonly string GroupId
Field Value
ProductId
public readonly string ProductId
Field Value
Products
public readonly IEnumerable<Product> Products