[longomatch/redesign: 112/120] Add ToMarkupString() to ISubcategory



commit ca72aad92974b3fec494a65c02da375e762a93d7
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]