[longomatch] Do not serialize the Selected property in events



commit 64279c535527ecc9288768a7ad3e5face9cfdda9
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Sep 5 00:52:02 2014 +0200

    Do not serialize the Selected property in events

 LongoMatch.Core/Store/TimelineEvent.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Store/TimelineEvent.cs b/LongoMatch.Core/Store/TimelineEvent.cs
index cc7b277..2cca280 100644
--- a/LongoMatch.Core/Store/TimelineEvent.cs
+++ b/LongoMatch.Core/Store/TimelineEvent.cs
@@ -73,6 +73,7 @@ namespace LongoMatch.Core.Store
                /// <summary>
                /// Get/Set wheter this play is actually loaded. Used in  <see 
cref="LongoMatch.Gui.Component.TimeScale">
                /// </summary>
+               [JsonIgnore]
                public bool Selected {
                        get;
                        set;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]