Fixed code formatting.

This commit is contained in:
Sipke Schoorstra
2015-07-17 13:30:07 +01:00
parent 2507ef17d3
commit 65509b5eea
5 changed files with 11 additions and 19 deletions

View File

@@ -21,8 +21,7 @@ namespace Orchard.AuditTrail.Recipes.Executors {
_wca = wca;
}
public override string Name
{
public override string Name {
get { return "AuditTrail"; }
}

View File

@@ -13,18 +13,15 @@ namespace Orchard.DynamicForms.Recipes.Builders {
_formService = formService;
}
public override string Name
{
public override string Name {
get { return "FormSubmissions"; }
}
public override LocalizedString DisplayName
{
public override LocalizedString DisplayName {
get { return T("Form Submissions"); }
}
public override LocalizedString Description
{
public override LocalizedString Description {
get { return T("Exports submitted forms."); }
}

View File

@@ -14,8 +14,7 @@ namespace Orchard.DynamicForms.Recipes.Executors {
_formService = formService;
}
public override string Name
{
public override string Name {
get { return "Forms"; }
}
public override void Execute(RecipeExecutionContext context) {

View File

@@ -14,18 +14,15 @@ namespace Orchard.Layouts.Recipes.Builders {
_repository = repository;
}
public override string Name
{
public override string Name {
get { return "CustomElements"; }
}
public override LocalizedString DisplayName
{
public override LocalizedString DisplayName {
get { return T("Custom Elements"); }
}
public override LocalizedString Description
{
public override LocalizedString Description {
get { return T("Exports custom defined elements."); }
}