Ejemplo n.º 1
0
 protected override List <string> RetrieveParam()
 {
     return(Selectors.Cast <CompositeSelectableVm>().SelectMany(x => x.Children).Where(x => x.IsActive == true).Select(x => x.Name).ToList());
 }