protected override Dictionary <string, string> GetFilterValues() { return(new Dictionary <string, string> { { CultureManager.GetEntity("PARENTI09"), Nombre }, { CultureManager.GetLabel("LEGAJO"), Legajo }, { CultureManager.GetLabel("DESDE"), Desde.ToDisplayDateTime().ToShortDateString() }, { CultureManager.GetLabel("HASTA"), Hasta.ToDisplayDateTime().ToShortDateString() } }); }
protected override Dictionary <string, string> GetFilterValues() { return(new Dictionary <string, string> { { CultureManager.GetLabel("INTERNO"), Movil }, { CultureManager.GetLabel("PATENTE"), Patente }, { CultureManager.GetLabel("RESPONSABLE"), Responsable }, { CultureManager.GetLabel("DESDE"), Desde.ToDisplayDateTime().ToShortDateString() }, { CultureManager.GetLabel("HASTA"), Hasta.ToDisplayDateTime().ToShortDateString() } }); }
protected override void OnLoadComplete(EventArgs e) { base.OnLoadComplete(e); lblInterno.Text = string.Format(CultureManager.GetLabel("INTERNO_PATENTE_RESPONSABLE"), Movil, Patente, Responsable, Desde.ToDisplayDateTime().ToShortDateString(), Hasta.ToDisplayDateTime().ToShortDateString()); }
protected override void OnLoadComplete(EventArgs e) { base.OnLoadComplete(e); lblEmpleado.Text = string.Format(CultureManager.GetLabel("NOMBRE_LEGAJO"), Nombre, Legajo, Desde.ToDisplayDateTime().ToShortDateString(), Hasta.ToDisplayDateTime().ToShortDateString()); }