[longomatch/redesign3: 110/156] Add ToMarkupString() to ISubcategory



commit 88f729c16123b863f7aebc1c7f0b96e690693baf
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Apr 9 16:47:11 2011 +0200

    Add ToMarkupString() to ISubcategory

 LongoMatch/Interfaces/ISubCategory.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Interfaces/ISubCategory.cs b/LongoMatch/Interfaces/ISubCategory.cs
index 60dd1ed..b78486e 100644
--- a/LongoMatch/Interfaces/ISubCategory.cs
+++ b/LongoMatch/Interfaces/ISubCategory.cs
@@ -25,6 +25,9 @@ namespace LongoMatch.Interfaces
 		bool AllowMultiple {get; set;}
 		
 		bool FastTag {get; set;}
+		
+		string ToMarkupString();
+		
 	}
 }
 



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