Type ConfiguracionEntidadAdicional
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Tipo de Solicitud Genérica
Events
Methods
Properties
- Abreviatura
- CamposFormularioDinamicoVisiblesEnIndexSolicitud
- Codigo
- CodigoSmartList
- ComentariosEsRequerido
- ComentariosLabelLocalizationKey
- ComentariosMostrar
- EntityKey
- EntityState
- EsEditableAlAutorizar
- FechaFinalEsRequerido
- FechaFinalIncluirHora
- FechaFinalLabelLocalizationKey
- FechaFinalMostrar
- FechaGrabacion
- FechaInicialEsRequerido
- FechaInicialIncluirHora
- FechaInicialLabelLocalizationKey
- FechaInicialMostrar
- FechaUltimaModificacion
- FormularioDinamico
- FormularioDinamicoReference
- ImageUrl
- Instancias
- ModoSeguridadListasEmpleos
- ModoSeguridadListasEmpleosDb
- Nombre
- NombreProcedimientoAntesFinalizar
- NombreProcedimientoAntesGuardar
- NombreProcedimientoDespuesFinalizar
- RequiereEmpresaSeleccionado
- SmallImageUrl
- SolicitanteCodigoListaValoresEmpleos
- SolicitanteEsRequerido
- SolicitanteLabelLocalizationKey
- SolicitanteMostrar
- SujetoCodigoListaValoresEmpleos
- SujetoEsRequerido
- SujetoLabelLocalizationKey
- SujetoMostrar
- UsuarioGrabacion
- UsuarioUltimaModificacion
Events
PropertyChanged
PropertyChanging
Public static methods
ConfiguracionEntidadAdicional CreateConfiguracionEntidadAdicional(int codigo, string nombre, string abreviatura, bool sujetoMostrar, bool sujetoEsRequerido, bool solicitanteMostrar, bool solicitanteEsRequerido, bool fechaInicialMostrar, bool fechaInicialIncluirHora, bool fechaInicialEsRequerido, bool fechaFinalMostrar, bool fechaFinalIncluirHora, bool fechaFinalEsRequerido, bool comentariosMostrar, bool comentariosEsRequerido, bool requiereEmpresaSeleccionado, string modoSeguridadListasEmpleosDb, bool esEditableAlAutorizar)
Create a new ConfiguracionEntidadAdicional object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
-
string
abreviatura - Initial value of the Abreviatura property.
-
bool
sujetoMostrar - Initial value of the SujetoMostrar property.
-
bool
sujetoEsRequerido - Initial value of the SujetoEsRequerido property.
-
bool
solicitanteMostrar - Initial value of the SolicitanteMostrar property.
-
bool
solicitanteEsRequerido - Initial value of the SolicitanteEsRequerido property.
-
bool
fechaInicialMostrar - Initial value of the FechaInicialMostrar property.
-
bool
fechaInicialIncluirHora - Initial value of the FechaInicialIncluirHora property.
-
bool
fechaInicialEsRequerido - Initial value of the FechaInicialEsRequerido property.
-
bool
fechaFinalMostrar - Initial value of the FechaFinalMostrar property.
-
bool
fechaFinalIncluirHora - Initial value of the FechaFinalIncluirHora property.
-
bool
fechaFinalEsRequerido - Initial value of the FechaFinalEsRequerido property.
-
bool
comentariosMostrar - Initial value of the ComentariosMostrar property.
-
bool
comentariosEsRequerido - Initial value of the ComentariosEsRequerido property.
-
bool
requiereEmpresaSeleccionado - Initial value of the RequiereEmpresaSeleccionado property.
-
string
modoSeguridadListasEmpleosDb - Initial value of the ModoSeguridadListasEmpleosDb property.
-
bool
esEditableAlAutorizar - Initial value of the EsEditableAlAutorizar property.
Public properties
string Abreviatura get; set;
Abreviatura del Tipo
string CamposFormularioDinamicoVisiblesEnIndexSolicitud get; set;
No Metadata Documentation available.
int Codigo get; set;
Código de Tipo
string CodigoSmartList get; set;
Código de Smartlist a usar en el index. Si es NULL, se usa una tabla de portal
bool ComentariosEsRequerido get; set;
¿Son requeridos los comentarios?
string ComentariosLabelLocalizationKey get; set;
Label (localization key) para el campo de comentarios
bool ComentariosMostrar get; set;
¿Mostrar el campo de comentarios?
EntityKey EntityKey get; set;
EntityState EntityState get;
bool EsEditableAlAutorizar get; set;
¿Es editable la solicitud cuando ya se autorizó?
bool FechaFinalEsRequerido get; set;
¿Es requerida la fecha final?
bool FechaFinalIncluirHora get; set;
¿Incluir hora para la fecha final?
string FechaFinalLabelLocalizationKey get; set;
Label (localization key) para la fecha final
bool FechaFinalMostrar get; set;
¿Mostrar la fecha final?
Nullable<DateTime> FechaGrabacion get; set;
No Metadata Documentation available.
bool FechaInicialEsRequerido get; set;
¿Es requerida la fecha inicial?
bool FechaInicialIncluirHora get; set;
¿Incluir hora en la fecha inicial?
string FechaInicialLabelLocalizationKey get; set;
Label (localization key) para la fecha inicial
bool FechaInicialMostrar get; set;
¿Mostrar la fecha inicial?
Nullable<DateTime> FechaUltimaModificacion get; set;
No Metadata Documentation available.
FormularioDinamico FormularioDinamico get; set;
Formulario dinámico a utilizar para la solicitud
EntityReference<FormularioDinamico> FormularioDinamicoReference get; set;
Formulario dinámico a utilizar para la solicitud
string ImageUrl get; set;
URL de la imagen que representa la opción
EntityCollection<InstanciaEntidadAdicional> Instancias get; set;
No Metadata Documentation available.
ModoSeguridadListasSolicitudGenerica ModoSeguridadListasEmpleos get; set;
Estado de la Amonestación
string ModoSeguridadListasEmpleosDb get; set;
Modo de seguridad de las listas de valores de empleos
string Nombre get; set;
Nombre de Tipo
string NombreProcedimientoAntesFinalizar get; set;
Nombre del procedimiento almacenado que se ejecuta antes de finalizar
string NombreProcedimientoAntesGuardar get; set;
Nombre de Procedimiento que se ejecuta antes de guardar, este debera tener 4 parametros: codigo, entitysetname, accion, mensaje_validacion todos string
string NombreProcedimientoDespuesFinalizar get; set;
Nombre del procedimiento almacenado que se ejecuta después de finalizar
bool RequiereEmpresaSeleccionado get; set;
¿Requiere que el usuario tenga empresa seleccionada?
string SmallImageUrl get; set;
URL de la imagen pequeña que representa la opción
string SolicitanteCodigoListaValoresEmpleos get; set;
No Metadata Documentation available.
bool SolicitanteEsRequerido get; set;
¿Es requerido el solicitante?
string SolicitanteLabelLocalizationKey get; set;
Label (localization key) para el solicitante
bool SolicitanteMostrar get; set;
¿Mostrar el solicitante?
string SujetoCodigoListaValoresEmpleos get; set;
No Metadata Documentation available.
bool SujetoEsRequerido get; set;
¿Es requerido el sujeto de la acción?
string SujetoLabelLocalizationKey get; set;
Label (localization key) para el sujeto de la acción
bool SujetoMostrar get; set;
¿Mostrar el sujeto de la acción?
string UsuarioGrabacion get; set;
No Metadata Documentation available.
string UsuarioUltimaModificacion get; set;
No Metadata Documentation available.