Class Ecommerce.Assortment.AssortmentsBuildFinishedArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides information about assortments that were build.
public class Ecommerce.Assortment.AssortmentsBuildFinishedArgs : NotificationArgs
- Inheritance
-
Ecommerce.Assortment.AssortmentsBuildFinishedArgs
- Inherited Members
Remarks
The passed NotificationArgs is Ecommerce.Assortment.AssortmentsBuildFinishedArgs
Constructors
AssortmentsBuildFinishedArgs(ICollection<Assortment>, ICollection<Assortment>)
Initializes a new instance of the Ecommerce.Assortment.AssortmentsBuildFinishedArgs class.
public AssortmentsBuildFinishedArgs(ICollection<Assortment> assortmentsForBuild, ICollection<Assortment> failedAssortments)
Parameters
assortmentsForBuild
ICollection<Assortment>The assortments collection to be rebuild.
failedAssortments
ICollection<Assortment>The assortments collection that failed during rebuild.
Properties
AssortmentsForBuild
Gets the all assortments collection to be build.
public ICollection<Assortment> AssortmentsForBuild { get; }
Property Value
- ICollection<Assortment>
The assortments for build.
FailedAssortments
Gets the failed assortments collection during build.
public ICollection<Assortment> FailedAssortments { get; }
Property Value
- ICollection<Assortment>
The failed assortments.