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