Skip to content

Commit 0f1cc8f

Browse files
committed
Removed obsolete obfuscation attributes
1 parent b802926 commit 0f1cc8f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ExcelReportGenerator/Rendering/Panels/ExcelPanels/ExcelPanel.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,18 @@ public IExcelPanel Parent
5252

5353
public IList<IExcelPanel> Children { get; set; } = new List<IExcelPanel>();
5454

55-
[Obfuscation(Exclude = true, Feature = "renaming")]
5655
[ExternalProperty(Converter = typeof(ShiftTypeConverter))]
5756
public ShiftType ShiftType { get; set; }
5857

59-
[Obfuscation(Exclude = true, Feature = "renaming")]
6058
[ExternalProperty(Converter = typeof(PanelTypeConverter))]
6159
public PanelType Type { get; set; }
6260

63-
[Obfuscation(Exclude = true, Feature = "renaming")]
6461
[ExternalProperty(Converter = typeof(RenderPriorityConverter))]
6562
public int RenderPriority { get; set; }
6663

67-
[Obfuscation(Exclude = true, Feature = "renaming")]
6864
[ExternalProperty]
6965
public string BeforeRenderMethodName { get; set; }
7066

71-
[Obfuscation(Exclude = true, Feature = "renaming")]
7267
[ExternalProperty]
7368
public string AfterRenderMethodName { get; set; }
7469

0 commit comments

Comments
 (0)