summaryrefslogtreecommitdiff
path: root/Codemerx/Gestor.Common/Gestor.Common.Helpers/HiddenAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Codemerx/Gestor.Common/Gestor.Common.Helpers/HiddenAttribute.cs')
-rw-r--r--Codemerx/Gestor.Common/Gestor.Common.Helpers/HiddenAttribute.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Codemerx/Gestor.Common/Gestor.Common.Helpers/HiddenAttribute.cs b/Codemerx/Gestor.Common/Gestor.Common.Helpers/HiddenAttribute.cs
new file mode 100644
index 0000000..236be6f
--- /dev/null
+++ b/Codemerx/Gestor.Common/Gestor.Common.Helpers/HiddenAttribute.cs
@@ -0,0 +1,12 @@
+using System;
+
+namespace Gestor.Common.Helpers
+{
+ [AttributeUsage(AttributeTargets.All)]
+ public class HiddenAttribute : Attribute
+ {
+ public HiddenAttribute()
+ {
+ }
+ }
+} \ No newline at end of file