Type ParametroAplicacion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IHasPropertyBag, IAuditedEntity
Representa un parámetro de la aplicación 
			
		
			Events
Methods
- CreateParametroAplicacion
 - ShouldSerializeAfpCuotasEmpleados
 - ShouldSerializeAfpCuotasPatronos
 - ShouldSerializeAfpCuotasPatronosEmpleadoJubilado
 - ShouldSerializeAfpValoresMaximos
 - ShouldSerializeAfpValoresMinimos
 - ShouldSerializeAlcances
 
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeAfpCuotasEmpleados()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeAfpCuotasPatronos()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeAfpCuotasPatronosEmpleadoJubilado()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeAfpValoresMaximos()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeAfpValoresMinimos()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeAlcances()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
ParametroAplicacion CreateParametroAplicacion(string codigo, string unidadDeMedida)
Create a new ParametroAplicacion object. 
			
				
		
	Parameters
- 
							
stringcodigo - Initial value of the Codigo property.
 - 
							
stringunidadDeMedida - Initial value of the UnidadDeMedida property.
 
Public properties
EntityCollection<Afp> AfpCuotasEmpleados get; set;
Afp's que utilizan el parametro para las cuotas del empleado 
		
	EntityCollection<Afp> AfpCuotasPatronos get; set;
Afp's que utilizan el parametro para las cuotas del patrono 
		
	EntityCollection<Afp> AfpCuotasPatronosEmpleadoJubilado get; set;
No Metadata Documentation available. 
		
	EntityCollection<Afp> AfpValoresMaximos get; set;
No Metadata Documentation available. 
		
	EntityCollection<Afp> AfpValoresMinimos get; set;
No Metadata Documentation available. 
		
	EntityCollection<AlcanceParametro> Alcances get; set;
Alcances del parámetro 
		
	string Codigo get; set;
Código de parámetro 
		
	string Descripcion get; set;
Descripción del parámetro 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	Nullable<DataType> Tipo get; set;
Tipo de Datos del Parámetro 
		
	Nullable<TipoValorParametroAplicacion> TipoValor get; set;
Tipo de Valor del Parámetro 
		
	string UnidadDeMedida get; set;
Unidad de Medida 
		
	string UsuarioGrabacion get; set;
Usuario que insertó 
		
	string UsuarioUltimaModificacion get; set;
Usuario que hizo la última modificación