Type Afp
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Tabla de configuración de las AFPs que soporta el sistema. 
			
		
			Events
Methods
Properties
- Abreviatura
 - Codigo
 - Contacto
 - Direccion
 - EntityKey
 - EntityState
 - Fax
 - FechaGrabacion
 - FechaUltimaModificacion
 - FileAttachments
 - Nombre
 - Pais
 - PaisReference
 - ParametroCuotaEmpleado
 - ParametroCuotaEmpleadoReference
 - ParametrosCuotaPatrono
 - ParametrosCuotaPatronoReference
 - RawPropertyBagData
 - Telefono
 - UsuarioGrabacion
 - UsuarioUltimaModificacion
 
Events
PropertyChanged
PropertyChanging
Public static methods
Afp CreateAfp(short codigo, string nombre, string abreviatura)
Create a new Afp object. 
			
				
		
	Parameters
- 
							
shortcodigo - Initial value of the Codigo property.
 - 
							
stringnombre - Initial value of the Nombre property.
 - 
							
stringabreviatura - Initial value of the Abreviatura property.
 
Public properties
string Abreviatura get; set;
Nombre corto de la AFP 
		
	short Codigo get; set;
Código de la AFP 
		
	string Contacto get; set;
Nombre de contacto para la AFP 
		
	string Direccion get; set;
Dirección de la AFP 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
string Fax get; set;
Fax de la AFP 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha en que se modificó por última vez 
		
	List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho 
		
	string Nombre get; set;
Nombre de la AFP 
		
	Pais Pais get; set;
País de la AFP 
		
	EntityReference<Pais> PaisReference get; set;
País de la AFP 
		
	ParametroAplicacion ParametroCuotaEmpleado get; set;
Parametro para la cuota del empleado para la AFP 
		
	EntityReference<ParametroAplicacion> ParametroCuotaEmpleadoReference get; set;
Parametro para la cuota del empleado para la AFP 
		
	ParametroAplicacion ParametrosCuotaPatrono get; set;
Parametro de cuota para el patrono en la AFP 
		
	EntityReference<ParametroAplicacion> ParametrosCuotaPatronoReference get; set;
Parametro de cuota para el patrono en la AFP 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	string Telefono get; set;
Teléfono de la AFP 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro la última vez