Type PrestacionPuesto
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
Entidad que representa las prestaciones del puesto 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
PrestacionPuesto CreatePrestacionPuesto(int codigo, DateTime fechaInicio, decimal valor)
Create a new PrestacionPuesto object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
DateTimefechaInicio - Initial value of the FechaInicio property.
 - 
							
decimalvalor - Initial value of the Valor property.
 
Public properties
int Codigo get; set;
Código de la prestación del puesto 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaFin get; set;
Fecha de finalización de la prestación para el puesto 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro 
		
	DateTime FechaInicio get; set;
Fecha de inicio de la prestación del puesto 
		
	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 
		
	Moneda Moneda get; set;
Moneda en la que es el valor de la prestación para el puesto 
		
	EntityReference<Moneda> MonedaReference get; set;
Moneda en la que es el valor de la prestación para el puesto 
		
	Prestacion Prestacion get; set;
Prestación que se le asigan al puesto 
		
	EntityReference<Prestacion> PrestacionReference get; set;
Prestación que se le asigan al puesto 
		
	Puesto Puesto get; set;
Puesto al que se le asigana una prestación 
		
	EntityReference<Puesto> PuestoReference get; set;
Puesto al que se le asigana una prestación 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro 
		
	decimal Valor get; set;
Valor de la prestación del puesto