C# Class Interfaz_Presentadores.Modulo10.PresentadorAgregarAsistencia

Show file Open project: rosmantorres/sakaratedo Class Usage Examples

Public Methods

Method Description
AgregarAsistenciaCompetencia ( string idEvento ) : bool
AgregarAsistenciaEvento ( string idEvento ) : bool
CargarComboEvento ( string fecha ) : void
CargarListaInscritos_InasistentesPlanilla ( string tipo, object sender ) : string
InasistentesCompetencia ( object sender ) : void
InasistentesEvento ( object sender ) : void
MoverDerecha ( ) : void
MoverIzquierda ( ) : void
PresentadorAgregarAsistencia ( IContratoAgregarAsistencia vista ) : System
RedireccionarListarAsistenciaEvento ( ) : string
RenderCalendario ( System.Web.UI.WebControls.DayRenderEventArgs e, List horariosEventos ) : void
buscandoTipoEnValores ( List listaEventos, object sender ) : string
diccionarioEventos ( string fecha ) : List
horarioEventos ( ) : List

Private Methods

Method Description
cambioDeEvento ( ) : void

Method Details

AgregarAsistenciaCompetencia() public method

public AgregarAsistenciaCompetencia ( string idEvento ) : bool
idEvento string
return bool

AgregarAsistenciaEvento() public method

public AgregarAsistenciaEvento ( string idEvento ) : bool
idEvento string
return bool

CargarComboEvento() public method

public CargarComboEvento ( string fecha ) : void
fecha string
return void

CargarListaInscritos_InasistentesPlanilla() public method

public CargarListaInscritos_InasistentesPlanilla ( string tipo, object sender ) : string
tipo string
sender object
return string

InasistentesCompetencia() public method

public InasistentesCompetencia ( object sender ) : void
sender object
return void

InasistentesEvento() public method

public InasistentesEvento ( object sender ) : void
sender object
return void

MoverDerecha() public method

public MoverDerecha ( ) : void
return void

MoverIzquierda() public method

public MoverIzquierda ( ) : void
return void

PresentadorAgregarAsistencia() public method

public PresentadorAgregarAsistencia ( IContratoAgregarAsistencia vista ) : System
vista IContratoAgregarAsistencia
return System

RedireccionarListarAsistenciaEvento() public method

public RedireccionarListarAsistenciaEvento ( ) : string
return string

RenderCalendario() public method

public RenderCalendario ( System.Web.UI.WebControls.DayRenderEventArgs e, List horariosEventos ) : void
e System.Web.UI.WebControls.DayRenderEventArgs
horariosEventos List
return void

buscandoTipoEnValores() public method

public buscandoTipoEnValores ( List listaEventos, object sender ) : string
listaEventos List
sender object
return string

diccionarioEventos() public method

public diccionarioEventos ( string fecha ) : List
fecha string
return List

horarioEventos() public method

public horarioEventos ( ) : List
return List