diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-31 14:33:22 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-31 14:33:22 +0200 |
| commit | fcbc4e2fad831e0e9bc972df86d155311f9f83a4 (patch) | |
| tree | 10ddab3715541c59d6fddb3d1113f1d86856d724 /Software/Visual_Studio/Tango.Core/ExtendedObject.cs | |
| parent | 80c023fa734d7788e155d4f311ab16220aa80650 (diff) | |
| download | Tango-fcbc4e2fad831e0e9bc972df86d155311f9f83a4.tar.gz Tango-fcbc4e2fad831e0e9bc972df86d155311f9f83a4.zip | |
Added Process Parameters Table Selection.
Fixed issue with infinity values on BrushStop.
Diffstat (limited to 'Software/Visual_Studio/Tango.Core/ExtendedObject.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Core/ExtendedObject.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Core/ExtendedObject.cs b/Software/Visual_Studio/Tango.Core/ExtendedObject.cs index 79707f369..6cccbe425 100644 --- a/Software/Visual_Studio/Tango.Core/ExtendedObject.cs +++ b/Software/Visual_Studio/Tango.Core/ExtendedObject.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; +using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Runtime.CompilerServices; using System.Text; @@ -63,6 +64,7 @@ namespace Tango.Core /// <summary> /// Gets a value indicating whether we are currently in VS design mode. /// </summary> + [NotMapped] public bool DesignMode { get { return (DesignerProperties.GetIsInDesignMode(new DependencyObject())); } |
