mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Deprecated CustomStepsStep.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
using System.Collections.Generic;
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Orchard.ContentManagement;
|
using Orchard.ContentManagement;
|
||||||
using Orchard.ImportExport.Models;
|
using Orchard.ImportExport.Models;
|
||||||
@@ -8,6 +9,7 @@ using Orchard.Localization;
|
|||||||
using Orchard.Recipes.Services;
|
using Orchard.Recipes.Services;
|
||||||
|
|
||||||
namespace Orchard.ImportExport.Recipes.Builders {
|
namespace Orchard.ImportExport.Recipes.Builders {
|
||||||
|
[Obsolete("Implement IRecipeBuilderStep and IRecipeExecutionStep instead of implementing custom export steps.")]
|
||||||
public class CustomStepsStep : RecipeBuilderStep {
|
public class CustomStepsStep : RecipeBuilderStep {
|
||||||
private readonly IEnumerable<IExportEventHandler> _exportEventHandlers;
|
private readonly IEnumerable<IExportEventHandler> _exportEventHandlers;
|
||||||
private readonly ICustomExportStep _customExportStep;
|
private readonly ICustomExportStep _customExportStep;
|
||||||
|
|||||||
Reference in New Issue
Block a user