Exemple #1
0
 protected string GetUtenteProponente(DocsPAWA.DocsPaWR.IstanzaProcessoDiFirma istanza)
 {
     return(istanza.UtenteProponente.descrizione + " (" + istanza.RuoloProponente.descrizione + ")");
 }
Exemple #2
0
 protected string GetTipoDocumento(DocsPAWA.DocsPaWR.IstanzaProcessoDiFirma istanza)
 {
     return(istanza.docAll.Equals("D") ? "Documento" : "Allegato");
 }
Exemple #3
0
 protected string GetUtenteCreatore(DocsPAWA.DocsPaWR.IstanzaProcessoDiFirma istanza)
 {
     return(string.Empty);
 }