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
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringnombre - Initial value of the Nombre property.
 - 
							
stringabreviatura - Initial value of the Abreviatura property.
 - 
							
boolsujetoMostrar - Initial value of the SujetoMostrar property.
 - 
							
boolsujetoEsRequerido - Initial value of the SujetoEsRequerido property.
 - 
							
boolsolicitanteMostrar - Initial value of the SolicitanteMostrar property.
 - 
							
boolsolicitanteEsRequerido - Initial value of the SolicitanteEsRequerido property.
 - 
							
boolfechaInicialMostrar - Initial value of the FechaInicialMostrar property.
 - 
							
boolfechaInicialIncluirHora - Initial value of the FechaInicialIncluirHora property.
 - 
							
boolfechaInicialEsRequerido - Initial value of the FechaInicialEsRequerido property.
 - 
							
boolfechaFinalMostrar - Initial value of the FechaFinalMostrar property.
 - 
							
boolfechaFinalIncluirHora - Initial value of the FechaFinalIncluirHora property.
 - 
							
boolfechaFinalEsRequerido - Initial value of the FechaFinalEsRequerido property.
 - 
							
boolcomentariosMostrar - Initial value of the ComentariosMostrar property.
 - 
							
boolcomentariosEsRequerido - Initial value of the ComentariosEsRequerido property.
 - 
							
boolrequiereEmpresaSeleccionado - Initial value of the RequiereEmpresaSeleccionado property.
 - 
							
stringmodoSeguridadListasEmpleosDb - Initial value of the ModoSeguridadListasEmpleosDb property.
 - 
							
boolesEditableAlAutorizar - 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.