[longomatch/redesign3: 96/156] Define more methods the ITemplateWidget interface



commit d08ab7f85573d65e5e15ba1a56271baba8d6548e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Mar 30 22:11:13 2011 +0200

    Define more methods the ITemplateWidget interface

 LongoMatch/Interfaces/ITemplates.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Interfaces/ITemplates.cs b/LongoMatch/Interfaces/ITemplates.cs
index 2eee58d..2d47317 100644
--- a/LongoMatch/Interfaces/ITemplates.cs
+++ b/LongoMatch/Interfaces/ITemplates.cs
@@ -48,6 +48,9 @@ namespace LongoMatch.Interfaces
 	public interface ITemplateWidget<T, U> where T: ITemplate<U>
 	{
 		T Template {get; set;}
+		bool Edited {get; set;}
+		bool CanExport {get; set;}
+		bool InProject {get; set;}
 	}
 }
 



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