Esempio n. 1
0
        public void FillDestDoente()
        {
            List <Produtos> list_destTmp = new List <Produtos>();

            list_destTmp     = ParameterManager.GetParametersFrom <Produtos>("name=" + (string)HttpContext.Current.Session[Constants.SS_LOCAL_CONN], schema, tabela, "VALOR", "CODIGO='DEST_DOENTE'", condition);
            list_destDoentes = list_destTmp.Select(s => s.VALOR).ToList();
        }
Esempio n. 2
0
 public void FillDefinitions()
 {
     list_defs = ParameterManager.GetParametersFrom <Produtos>("name=" + (string)HttpContext.Current.Session[Constants.SS_LOCAL_CONN], schema, tabela, "CODIGO, NOME_CAMPO, VALOR, CODIGO_PAI", "CODIGO='HISTORICO'", condition);
 }
Esempio n. 3
0
 public void FillParameters()
 {
     list_prods = ParameterManager.GetParametersFrom <Produtos>("name=" + (string)HttpContext.Current.Session[Constants.SS_LOCAL_CONN], schema, tabela, "CODIGO, NOME_CAMPO, VALOR, CODIGO_PAI", "CODIGO='PRODUTO_DESLOC'", condition);
 }