Table of Contents

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

productId string
groupId string

Fields

Group

public readonly Group Group

Field Value

Group

GroupId

public readonly string GroupId

Field Value

string

ProductId

public readonly string ProductId

Field Value

string

Products

public readonly IEnumerable<Product> Products

Field Value

IEnumerable<Product>
To top