Ejemplo n.º 1
0
 internal override string GetFormattedDescription()
 {
     return(QueryCategories
            .With(x => x[0])
            .Return(x => x.Name, string.Empty));
 }
Ejemplo n.º 2
0
 internal override string GetFormattedKey()
 {
     return("[" + QueryCategories
            .With(x => x[0])
            .Return(x => x.Name, string.Empty) + "]");
 }