Type GastoPorParticipanteCurso
Namespace Aseinfo.VH4.Data
Parent EntityObject
Gastos por participante que se requieren para impartir los cursos 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
GastoPorParticipanteCurso CreateGastoPorParticipanteCurso(int codigo, int cantidad, decimal costoUnitario)
Create a new GastoPorParticipanteCurso object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
intcantidad - Initial value of the Cantidad property.
 - 
							
decimalcostoUnitario - Initial value of the CostoUnitario property.
 
Public properties
int Cantidad get; set;
Cantidad 
		
	int Codigo get; set;
Codigo 
		
	decimal CostoUnitario get; set;
Costo unitario del tipo de gasto por participante del curso 
		
	CursoCapacitacion CursoCapacitacion get; set;
Curso de Capacitación 
		
	EntityReference<CursoCapacitacion> CursoCapacitacionReference get; set;
Curso de Capacitación 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
TipoGastoCapacitacion TipoGasto get; set;
Tipo de Gasto 
		
	EntityReference<TipoGastoCapacitacion> TipoGastoReference get; set;
Tipo de Gasto 
		
	Nullable<decimal> Valor get; set;
Valor total del gasto por participante del curso