示例#1
0
 /// <summary>Static getter for Tags</summary>
 public static IEnumerable <string> GetTags(ITaxonomy that)
 {
     return(that.GetPropertyValue <IEnumerable <string> >("tags"));
 }
示例#2
0
 /// <summary>Static getter for Category</summary>
 public static IEnumerable <string> GetCategory(ITaxonomy that)
 {
     return(that.GetPropertyValue <IEnumerable <string> >("category"));
 }