/// <inheritdoc />
 /// <summary>Initializes a new instance of the <see cref="T:Sitecore.Framework.Pipelines.PipelineBlock" /> class.</summary>
 /// <param name="commander">The commerce commander.</param>
 public PopulateActionBlock(CommerceCommander commander, ViewCommander viewCommander, TActionView actionView)
     : base(null)
 {
     _actionView    = actionView;
     this.Commander = commander;
     ViewCommander  = viewCommander;
 }
 /// <inheritdoc />
 /// <summary>Initializes a new instance of the <see cref="T:Sitecore.Framework.Pipelines.PipelineBlock" /> class.</summary>
 /// <param name="commander">The commerce commander.</param>
 public GetViewBlock(CommerceCommander commerceCommander, ViewCommander viewCommander, TView view)
     : base(null)
 {
     CommerceCommander = commerceCommander;
     ViewCommander     = viewCommander;
     _view             = view;
 }
 public GetSellableItemComponentConnectViewBlock(ViewCommander viewCommander, ComponentViewCommander catalogSchemaCommander) : base(viewCommander, catalogSchemaCommander)
 {
 }
Esempio n. 4
0
 public PopulateComponentActionsBlock(ViewCommander viewCommander, CatalogSchemaCommander catalogSchemaCommander)
 {
     this.viewCommander          = viewCommander;
     this.catalogSchemaCommander = catalogSchemaCommander;
 }
 public GetSellableItemStiboAttributeViewBlockForContentManageableAttributes(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 6
0
 public GetSellableItemStiboAttributeViewBlockForGlobalStiboAttributes(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 7
0
 public GetSellableItemStiboAttributeViewBlockForProductVideoGallery(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 8
0
 public GetPriceDetailViewBlock(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 9
0
 public GetNotesViewBlock(ViewCommander commander)
     : base(null)
 {
     this.Commander = commander;
 }
Esempio n. 10
0
 public EntityViewSettingsGenericBlock(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 11
0
 public GetSellableItemStiboAttributeViewBlockForProductMedia(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 12
0
 public EntityViewSettingsBaseBlock(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 13
0
 public GetSellableItemStiboAttributeViewBlockForTechnicalSpecification(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 14
0
 public EntityViewSettings(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 15
0
 public VariantDetailsActionView(PersistEntityCommand persistEntityCommand, FindEntityCommand findEntityCommand, ViewCommander commander) : base(persistEntityCommand)
 {
     this.findEntityCommand = findEntityCommand;
     this.Commander         = commander;
 }
Esempio n. 16
0
 public GetCategoryComponentConnectViewBlock(ViewCommander viewCommander, ComponentViewCommander catalogSchemaCommander) : base(viewCommander, catalogSchemaCommander)
 {
 }
Esempio n. 17
0
 /// <inheritdoc />
 /// <summary>Initializes a new instance of the <see cref="T:Sitecore.Framework.Pipelines.PipelineBlock" /> class.</summary>
 /// <param name="commander">The commerce commander.</param>
 public PopulateNotesActionsBlock(ViewCommander commander)
     : base(null)
 {
     this.Commander = commander;
 }
Esempio n. 18
0
 public GetSellableItemStiboAttributeViewBlockForOtherSpecifications(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 19
0
 /// <inheritdoc />
 /// <summary>Initializes a new instance of the <see cref="T:Sitecore.Framework.Pipelines.PipelineBlock" /> class.</summary>
 /// <param name="commander">The commerce commander.</param>
 public DoActionEditNotesBlock(ViewCommander commander)
     : base(null)
 {
     this.Commander = commander;
 }
 /// <inheritdoc />
 /// <summary>Initializes a new instance of the <see cref="T:Sitecore.Framework.Pipelines.PipelineBlock" /> class.</summary>
 /// <param name="commander">The commerce commander.</param>
 public GetCartsViewBlock(ViewCommander commander)
     : base(commander)
 {
 }
 public GetSellableItemStiboAttributeViewBlockForAdditionalResources(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 22
0
 public GetSellableItemStiboAttributeViewBlockForSellableItemFacets(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
 public GetComponentViewBlock(ViewCommander viewCommander, ComponentViewCommander catalogSchemaCommander)
 {
     this.viewCommander = viewCommander;
     this.commander     = catalogSchemaCommander;
 }
Esempio n. 24
0
 public GetCartNavigationViewBlock(ViewCommander commander)
     : base(null)
 {
     this.Commander = commander;
 }
 public OrdersEntityViewBlock(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 26
0
 public GetSellableItemVariantPropertiesViewBlock(ViewCommander viewCommander)
 {
     _viewCommander = viewCommander;
 }
 public GetNotesViewBlock(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }
Esempio n. 28
0
 public GetSellableItemGiftWrapViewBlock(ViewCommander viewCommander)
 {
 }
Esempio n. 29
0
 public EntityViewCart(GetCartCommand getCartCommand, ViewCommander viewCommander)
 {
     this._getCartCommand = getCartCommand;
     this._viewCommander  = viewCommander;
 }
 public GetSellableItemStiboAttributeViewBlockForInstallationAndInstructions(ViewCommander viewCommander)
 {
     this._viewCommander = viewCommander;
 }