Referencia de la Clase Sage.ES.Onboarding.Forms.FormPanelNotificaciones

Formulario de panel de Notificaciones para utilizar en el OnBoarding Más...

Diagrama de herencias de Sage.ES.Onboarding.Forms.FormPanelNotificaciones

Métodos públicos

delegate void _RefreshNoticiasPendientes_Handler ()
 Delegado para el refresco de noticias pendientes Más...
 
 FormPanelNotificaciones (string tcPantalla, string tcDescripcion, IOnBoardingController toOnBoardingController, IAyudaContextual toAyudaContextual, string tcCaption)
 Constructor para la carga de los nodos/items del OnBoarding Más...
 
 FormPanelNotificaciones (string tcPantalla, string tcDescripcion, IOnBoardingController toOnBoardingController, IAyudaContextual toAyudaContextual)
 Constructor para la carga de los nodos/items del OnBoarding Más...
 
 FormPanelNotificaciones (IOnBoardingController toOnBoardingController, INodo toNodo)
 Constructor para la reproducción de un vídeo Más...
 
 FormPanelNotificaciones (string tcUrlVideo)
 Reproducción de un vídeo sin la gestión del OnBoardingController Más...
 
void _Hide ()
 Ocultamos la ayuda Más...
 
void _RelocatePoint ()
 Posición de la ayuda antes de ocultarla al ejecutar una acción a partir de un nodo Más...
 

Métodos protegidos

override void Dispose (bool disposing)
 Clean up any resources being used. Más...
 

Atributos protegidos

System.Windows.Forms.TableLayoutPanel tableLayoutPanelOnBoarding
 tableLayoutPanelOnBoarding Más...
 
System.Windows.Forms.Panel panelCabecera
 panelCabecera Más...
 
System.Windows.Forms.PictureBox pictureBoxClose
 pictureBoxClose Más...
 
System.Windows.Forms.Panel panelResizeBottom
 panelResizeBottom Más...
 
System.Windows.Forms.PictureBox pictureBoxReturn
 pictureBoxReturn Más...
 
System.Windows.Forms.Panel panelNodos
 panelNodos Más...
 
System.Windows.Forms.Panel panelResizeTop
 panelResizeTop Más...
 
System.Windows.Forms.Panel panelResizeLeft
 panelResizeLeft Más...
 
System.Windows.Forms.Panel panelResizeRight
 panelResizeRight Más...
 
System.Windows.Forms.Panel panelResizeCornerTopLeft
 panelResizeCornerTopLeft Más...
 
System.Windows.Forms.Panel panelResizeCornerTopRight
 panelResizeCornerTopRight Más...
 
System.Windows.Forms.Panel panelResizeCabeceraLeft
 panelResizeCabeceraLeft Más...
 
System.Windows.Forms.Panel panelResizeCabeceraRight
 panelResizeCabeceraRight Más...
 
System.Windows.Forms.PictureBox pictureBoxWindowState
 pictureBoxWindowState Más...
 
System.Windows.Forms.Label labelCaption
 labelCaption Más...
 
System.Windows.Forms.PictureBox pictureBoxSaludo
 pictureBoxSaludo Más...
 
System.Windows.Forms.ToolTip toolTipAyuda
 toolTipAyuda Más...
 
System.Windows.Forms.Panel panelDetalle
 panelDetalle Más...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanelDetalle
 tableLayoutPanelDetalle Más...
 
System.Windows.Forms.Panel panelResizeCornerBottomLeft
 panelResizeCornerBottomLeft Más...
 
System.Windows.Forms.Panel panelResizeCornerBottomRight
 panelResizeCornerBottomRight Más...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanelRight
 tableLayoutPanelRight Más...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanelLeft
 tableLayoutPanelLeft Más...
 

Propiedades

bool _OcultandoAyuda [get]
 Indica que se está oncultando ayuda Más...
 
bool _PlayingVideo [get]
 Indica que tenemos el formuialrio en modo reproducción de vídeo Más...
 
bool _FormParentStateActived [get, set]
 Indica que el foco lo tiene el formulario donde se ha creado la ayuda para poder gestionar el Deactivate y el Activate correctamente Más...
 
override bool ShowWithoutActivation [get]
 No nos interesa que capte el foco al instanciar el formulario Más...
 

Eventos

_RefreshNoticiasPendientes_Handler _RefreshNoticiasPendientes
 Desencadena el evento de la noticias pendientes Más...
 

Descripción detallada

Formulario de panel de Notificaciones para utilizar en el OnBoarding

Definición en la línea 20 del archivo FormPanelNotificaciones.cs.

Documentación del constructor y destructor

◆ FormPanelNotificaciones() [1/4]

Sage.ES.Onboarding.Forms.FormPanelNotificaciones.FormPanelNotificaciones ( string  tcPantalla,
string  tcDescripcion,
IOnBoardingController  toOnBoardingController,
IAyudaContextual  toAyudaContextual,
string  tcCaption 
)
inline

Constructor para la carga de los nodos/items del OnBoarding

Parámetros
tcPantallaIdentificador de la pantalla
tcDescripcionDescripción de la pantalla de ayuda
toOnBoardingControllerInstancia del BoardingController
toAyudaContextualInstancia de la ayuda contextual
tcCaptionCaption del formulario

Definición en la línea 89 del archivo FormPanelNotificaciones.cs.

◆ FormPanelNotificaciones() [2/4]

Sage.ES.Onboarding.Forms.FormPanelNotificaciones.FormPanelNotificaciones ( string  tcPantalla,
string  tcDescripcion,
IOnBoardingController  toOnBoardingController,
IAyudaContextual  toAyudaContextual 
)
inline

Constructor para la carga de los nodos/items del OnBoarding

Parámetros
tcPantallaIdentificador de la pantalla
tcDescripcionDescripción de la pantalla de ayuda
toOnBoardingControllerInstancia del BoardingController
toAyudaContextualInstancia de la ayuda contextual

Definición en la línea 101 del archivo FormPanelNotificaciones.cs.

◆ FormPanelNotificaciones() [3/4]

Sage.ES.Onboarding.Forms.FormPanelNotificaciones.FormPanelNotificaciones ( IOnBoardingController  toOnBoardingController,
INodo  toNodo 
)
inline

Constructor para la reproducción de un vídeo

Parámetros
toOnBoardingControllerInstancia del BoardingController
toNodoNodo del vídeo a reproducir

Definición en la línea 111 del archivo FormPanelNotificaciones.cs.

◆ FormPanelNotificaciones() [4/4]

Sage.ES.Onboarding.Forms.FormPanelNotificaciones.FormPanelNotificaciones ( string  tcUrlVideo)
inline

Reproducción de un vídeo sin la gestión del OnBoardingController

Parámetros
tcUrlVideoURl del vídeo a reproducir

Definición en la línea 126 del archivo FormPanelNotificaciones.cs.

Documentación de las funciones miembro

◆ _Hide()

void Sage.ES.Onboarding.Forms.FormPanelNotificaciones._Hide ( )
inline

Ocultamos la ayuda

Definición en la línea 171 del archivo FormPanelNotificaciones.cs.

◆ _RefreshNoticiasPendientes_Handler()

delegate void Sage.ES.Onboarding.Forms.FormPanelNotificaciones._RefreshNoticiasPendientes_Handler ( )

Delegado para el refresco de noticias pendientes

◆ _RelocatePoint()

void Sage.ES.Onboarding.Forms.FormPanelNotificaciones._RelocatePoint ( )
inline

Posición de la ayuda antes de ocultarla al ejecutar una acción a partir de un nodo

Definición en la línea 189 del archivo FormPanelNotificaciones.cs.

◆ Dispose()

override void Sage.ES.Onboarding.Forms.FormPanelNotificaciones.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parámetros
disposingtrue if managed resources should be disposed; otherwise, false.

Definición en la línea 17 del archivo FormPanelNotificaciones.Designer.cs.

Documentación de los campos

◆ labelCaption

System.Windows.Forms.Label Sage.ES.Onboarding.Forms.FormPanelNotificaciones.labelCaption
protected

labelCaption

Definición en la línea 442 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelCabecera

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelCabecera
protected

panelCabecera

Definición en la línea 390 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelDetalle

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelDetalle
protected

panelDetalle

Definición en la línea 454 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelNodos

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelNodos
protected

panelNodos

Definición en la línea 406 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelResizeBottom

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeBottom
protected

panelResizeBottom

Definición en la línea 398 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelResizeCabeceraLeft

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCabeceraLeft
protected

panelResizeCabeceraLeft

Definición en la línea 430 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelResizeCabeceraRight

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCabeceraRight
protected

panelResizeCabeceraRight

Definición en la línea 434 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelResizeCornerBottomLeft

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCornerBottomLeft
protected

panelResizeCornerBottomLeft

Definición en la línea 462 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelResizeCornerBottomRight

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCornerBottomRight
protected

panelResizeCornerBottomRight

Definición en la línea 466 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelResizeCornerTopLeft

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCornerTopLeft
protected

panelResizeCornerTopLeft

Definición en la línea 422 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelResizeCornerTopRight

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCornerTopRight
protected

panelResizeCornerTopRight

Definición en la línea 426 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelResizeLeft

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeLeft
protected

panelResizeLeft

Definición en la línea 414 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelResizeRight

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeRight
protected

panelResizeRight

Definición en la línea 418 del archivo FormPanelNotificaciones.Designer.cs.

◆ panelResizeTop

System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeTop
protected

panelResizeTop

Definición en la línea 410 del archivo FormPanelNotificaciones.Designer.cs.

◆ pictureBoxClose

System.Windows.Forms.PictureBox Sage.ES.Onboarding.Forms.FormPanelNotificaciones.pictureBoxClose
protected

pictureBoxClose

Definición en la línea 394 del archivo FormPanelNotificaciones.Designer.cs.

◆ pictureBoxReturn

System.Windows.Forms.PictureBox Sage.ES.Onboarding.Forms.FormPanelNotificaciones.pictureBoxReturn
protected

pictureBoxReturn

Definición en la línea 402 del archivo FormPanelNotificaciones.Designer.cs.

◆ pictureBoxSaludo

System.Windows.Forms.PictureBox Sage.ES.Onboarding.Forms.FormPanelNotificaciones.pictureBoxSaludo
protected

pictureBoxSaludo

Definición en la línea 446 del archivo FormPanelNotificaciones.Designer.cs.

◆ pictureBoxWindowState

System.Windows.Forms.PictureBox Sage.ES.Onboarding.Forms.FormPanelNotificaciones.pictureBoxWindowState
protected

pictureBoxWindowState

Definición en la línea 438 del archivo FormPanelNotificaciones.Designer.cs.

◆ tableLayoutPanelDetalle

System.Windows.Forms.TableLayoutPanel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.tableLayoutPanelDetalle
protected

tableLayoutPanelDetalle

Definición en la línea 458 del archivo FormPanelNotificaciones.Designer.cs.

◆ tableLayoutPanelLeft

System.Windows.Forms.TableLayoutPanel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.tableLayoutPanelLeft
protected

tableLayoutPanelLeft

Definición en la línea 474 del archivo FormPanelNotificaciones.Designer.cs.

◆ tableLayoutPanelOnBoarding

System.Windows.Forms.TableLayoutPanel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.tableLayoutPanelOnBoarding
protected

tableLayoutPanelOnBoarding

Definición en la línea 386 del archivo FormPanelNotificaciones.Designer.cs.

◆ tableLayoutPanelRight

System.Windows.Forms.TableLayoutPanel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.tableLayoutPanelRight
protected

tableLayoutPanelRight

Definición en la línea 470 del archivo FormPanelNotificaciones.Designer.cs.

◆ toolTipAyuda

System.Windows.Forms.ToolTip Sage.ES.Onboarding.Forms.FormPanelNotificaciones.toolTipAyuda
protected

toolTipAyuda

Definición en la línea 450 del archivo FormPanelNotificaciones.Designer.cs.

Documentación de propiedades

◆ _FormParentStateActived

bool Sage.ES.Onboarding.Forms.FormPanelNotificaciones._FormParentStateActived
getset

Indica que el foco lo tiene el formulario donde se ha creado la ayuda para poder gestionar el Deactivate y el Activate correctamente

Definición en la línea 62 del archivo FormPanelNotificaciones.cs.

◆ _OcultandoAyuda

bool Sage.ES.Onboarding.Forms.FormPanelNotificaciones._OcultandoAyuda
get

Indica que se está oncultando ayuda

Definición en la línea 46 del archivo FormPanelNotificaciones.cs.

◆ _PlayingVideo

bool Sage.ES.Onboarding.Forms.FormPanelNotificaciones._PlayingVideo
get

Indica que tenemos el formuialrio en modo reproducción de vídeo

Definición en la línea 54 del archivo FormPanelNotificaciones.cs.

◆ ShowWithoutActivation

override bool Sage.ES.Onboarding.Forms.FormPanelNotificaciones.ShowWithoutActivation
getprotected

No nos interesa que capte el foco al instanciar el formulario

Definición en la línea 162 del archivo FormPanelNotificaciones.cs.

Documentación de los eventos

◆ _RefreshNoticiasPendientes

_RefreshNoticiasPendientes_Handler Sage.ES.Onboarding.Forms.FormPanelNotificaciones._RefreshNoticiasPendientes

Desencadena el evento de la noticias pendientes

Definición en la línea 77 del archivo FormPanelNotificaciones.cs.


La documentación para esta clase fue generada a partir de los siguientes ficheros: