Add support for comments between rules

This commit is contained in:
azakhi
2018-08-31 14:22:26 +03:00
parent 65d3e07156
commit 3851ad51e1
4 changed files with 69 additions and 24 deletions

View File

@@ -27,8 +27,6 @@ namespace Filtration.ObjectModel.BlockItemBaseTypes
}
}
public string Comment { get; set; }
public override string OutputText => Action.GetAttributeDescription();
public override string PrefixText => string.Empty;