Proyecto Fin de Carrera 2011

The MColectivosController type exposes the following members.

Constructors

  NameDescription
Public methodMColectivosController
Initializes a new instance of the MColectivosController class

Methods

  NameDescription
Public methodAsignarEmpleado
Asignación del empleado al colectivo
Public methodColectivoValidarDel
Validación para impedir la eliminación de una ocupación
Protected methodContent(String) (Inherited from Controller.)
Protected methodContent(String, String) (Inherited from Controller.)
Protected methodContent(String, String, Encoding) (Inherited from Controller.)
Protected methodCreateActionInvoker (Inherited from Controller.)
Protected methodCreateTempDataProvider (Inherited from Controller.)
Public methodDesasignarEmpleado
Desasignación del empleado al colectivo
Public methodDispose()()()() (Inherited from Controller.)
Protected methodDispose(Boolean) (Inherited from Controller.)
Public methodEditarAsignacion
Modificación de la asignación del empleado al colectivo
Public methodEditarColectivo
Capturador para añadir, modificar y eliminar los colectivos
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Public methodErrorEndRequest
Gestor del error
(Inherited from ErrorController.)
Protected methodExecute (Inherited from ControllerBase.)
Protected methodExecuteCore (Inherited from Controller.)
Protected methodFile(array<Byte>[]()[][], String) (Inherited from Controller.)
Protected methodFile(Stream, String) (Inherited from Controller.)
Protected methodFile(String, String) (Inherited from Controller.)
Protected methodFile(array<Byte>[]()[][], String, String) (Inherited from Controller.)
Protected methodFile(Stream, String, String) (Inherited from Controller.)
Protected methodFile(String, String, String) (Inherited from Controller.)
Protected methodFinalize
Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados.
(Inherited from Object.)
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Protected methodHandleUnknownAction (Inherited from Controller.)
Public methodIndex
Capturador por defecto de todas las pantallas de la aplicación
(Inherited from SGFController.)
Protected methodInitialize (Inherited from Controller.)
Protected methodJavaScript (Inherited from Controller.)
Protected methodJson(Object) (Inherited from Controller.)
Protected methodJson(Object, String) (Inherited from Controller.)
Protected methodJson(Object, JsonRequestBehavior) (Inherited from Controller.)
Protected methodJson(Object, String, Encoding) (Inherited from Controller.)
Protected methodJson(Object, String, JsonRequestBehavior) (Inherited from Controller.)
Protected methodJson(Object, String, Encoding, JsonRequestBehavior) (Inherited from Controller.)
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodObtenerColectivos
Capturador que obtiene los colectivos que aparecerán en la tabla
Public methodObtenerDesplegableColectivos
Capturador para la generación del desplegable de colectivos
(Inherited from SGFController.)
Public methodObtenerDesplegableVersiones
Capturador para la generación del desplegable de versiones
(Inherited from SGFController.)
Public methodObtenerEmpleadosAsignados
Capturador que obtiene los empleados asignados al colectivo indicado
Public methodObtenerEmpleadosAsignadosDistintoColectivo
Capturador que obtiene los empleados no asignados al colectivo indicado
Protected methodOnActionExecuted (Inherited from Controller.)
Protected methodOnActionExecuting (Inherited from Controller.)
Protected methodOnAuthorization (Inherited from Controller.)
Protected methodOnException
Capturador del error
(Inherited from ErrorController.)
Protected methodOnResultExecuted (Inherited from Controller.)
Protected methodOnResultExecuting (Inherited from Controller.)
Protected methodPartialView()()()() (Inherited from Controller.)
Protected methodPartialView(Object) (Inherited from Controller.)
Protected methodPartialView(String) (Inherited from Controller.)
Protected methodPartialView(String, Object) (Inherited from Controller.)
Protected methodRedirect (Inherited from Controller.)
Protected methodRedirectToAction(String) (Inherited from Controller.)
Protected methodRedirectToAction(String, Object) (Inherited from Controller.)
Protected methodRedirectToAction(String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToAction(String, String) (Inherited from Controller.)
Protected methodRedirectToAction(String, String, Object) (Inherited from Controller.)
Protected methodRedirectToAction(String, String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoute(Object) (Inherited from Controller.)
Protected methodRedirectToRoute(RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoute(String) (Inherited from Controller.)
Protected methodRedirectToRoute(String, Object) (Inherited from Controller.)
Protected methodRedirectToRoute(String, RouteValueDictionary) (Inherited from Controller.)
Protected methodShowError
Gestor del error en peticiones ajax
(Inherited from ErrorController.)
Public methodToString
Devuelve una clase String que representa la clase Object actual.
(Inherited from Object.)
Protected methodTryUpdateModel``1(UMP) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, array<String>[]()[][]) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, array<String>[]()[][]) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, array<String>[]()[][], array<String>[]()[][]) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, array<String>[]()[][], array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodTryValidateModel(Object) (Inherited from Controller.)
Protected methodTryValidateModel(Object, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, array<String>[]()[][]) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, array<String>[]()[][]) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, array<String>[]()[][], array<String>[]()[][]) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, array<String>[]()[][], array<String>[]()[][], IValueProvider) (Inherited from Controller.)
Protected methodValidateModel(Object) (Inherited from Controller.)
Protected methodValidateModel(Object, String) (Inherited from Controller.)
Protected methodView()()()() (Inherited from Controller.)
Protected methodView(Object) (Inherited from Controller.)
Protected methodView(String) (Inherited from Controller.)
Protected methodView(IView) (Inherited from Controller.)
Protected methodView(String, String) (Inherited from Controller.)
Protected methodView(String, Object) (Inherited from Controller.)
Protected methodView(IView, Object) (Inherited from Controller.)
Protected methodView(String, String, Object) (Inherited from Controller.)

Properties

  NameDescription
Public propertyActionInvoker (Inherited from Controller.)
Protected propertyBinders (Inherited from Controller.)
Public propertyControllerContext (Inherited from ControllerBase.)
Public propertyHttpContext (Inherited from Controller.)
Public propertyModelState (Inherited from Controller.)
Public propertyRequest (Inherited from Controller.)
Public propertyResponse (Inherited from Controller.)
Public propertyRouteData (Inherited from Controller.)
Public propertyServer (Inherited from Controller.)
Public propertySession (Inherited from Controller.)
Public propertyTempData (Inherited from ControllerBase.)
Public propertyTempDataProvider (Inherited from Controller.)
Public propertyUrl (Inherited from Controller.)
Public propertyUser (Inherited from Controller.)
Public propertyValidateRequest (Inherited from ControllerBase.)
Public propertyValueProvider (Inherited from ControllerBase.)
Public propertyViewData (Inherited from ControllerBase.)

See Also