aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/CustomAttributes
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-14 16:16:08 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-14 16:16:08 +0200
commit0bd3760bec105a00efa0fe624da2eb82d85d06c9 (patch)
tree5ff2c6994a32da9a94571dd653de825f218f51d3 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/CustomAttributes
parentbcdbd113e628e9d69982b16e543bd139f7e22f3f (diff)
downloadTango-0bd3760bec105a00efa0fe624da2eb82d85d06c9.tar.gz
Tango-0bd3760bec105a00efa0fe624da2eb82d85d06c9.zip
Added code comments for:
MachineStudio.DB
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/CustomAttributes')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/CustomAttributes/DBViewAttribute.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/CustomAttributes/DBViewAttribute.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/CustomAttributes/DBViewAttribute.cs
index 4bf920015..d512ae460 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/CustomAttributes/DBViewAttribute.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/CustomAttributes/DBViewAttribute.cs
@@ -6,6 +6,10 @@ using System.Threading.Tasks;
namespace Tango.MachineStudio.DB.CustomAttributes
{
+ /// <summary>
+ /// Represents a database view attribute. This will tell the module to treat the view as a data table view.
+ /// </summary>
+ /// <seealso cref="System.Attribute" />
public class DBViewAttribute : Attribute
{
}