Evolution : Data Model API Documentation

Type GastoPorParticipanteCurso

Namespace Aseinfo.VH4.Data

Parent EntityObject

Events

PropertyChanged

PropertyChanging

Public static methods

GastoPorParticipanteCurso CreateGastoPorParticipanteCurso(int codigo, int cantidad, decimal costoUnitario)

Create a new GastoPorParticipanteCurso object.
Parameters
int codigo
Initial value of the Codigo property.
int cantidad
Initial value of the Cantidad property.
decimal costoUnitario
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