Table of Contents

Class Ecommerce.Product.ProductGroupRelationAfterSaveArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll

Provides information about product group relations after saving it.

public class Ecommerce.Product.ProductGroupRelationAfterSaveArgs : NotificationArgs
Inheritance
Ecommerce.Product.ProductGroupRelationAfterSaveArgs
Inherited Members

Constructors

ProductGroupRelationAfterSaveArgs(ProductGroupRelation, ProductGroupRelation)

public ProductGroupRelationAfterSaveArgs(ProductGroupRelation productGroupRelation, ProductGroupRelation productGroupRelationBeforeChanges)

Parameters

productGroupRelation ProductGroupRelation
productGroupRelationBeforeChanges ProductGroupRelation

Fields

GroupRelation

public readonly ProductGroupRelation GroupRelation

Field Value

ProductGroupRelation

GroupRelationBeforeChanges

public readonly ProductGroupRelation GroupRelationBeforeChanges

Field Value

ProductGroupRelation

IsNewRelation

public readonly bool IsNewRelation

Field Value

bool
To top