Exemple #1
0
 public List <string> GetActions(string schemeCode, NamesSearchType namesSearchType)
 {
     return(_actions.Keys.Union(_asyncActions.Keys).ToList());
 }
Exemple #2
0
 public List <string> GetConditions(string schemeCode, NamesSearchType namesSearchTypeGetConditions)
 {
     return(_conditions.Keys.Union(_asyncConditions.Keys).ToList());
 }
 public List <string> GetRules(string schemeCode, NamesSearchType namesSearchType)
 {
     return(_rules.Keys.Union(_asyncRules.Keys).ToList());
 }