Evolution : Data Model API Documentation

Type GastoFijoCurso

Namespace Aseinfo.VH4.Data

Parent EntityObject

Events

PropertyChanged

PropertyChanging

Public static methods

GastoFijoCurso CreateGastoFijoCurso(int codigo, int cantidad, decimal costoUnitario)

Create a new GastoFijoCurso 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 gasto fijo del curso

CursoCapacitacion CursoCapacitacion get; set;

Curso sobre el cual es el gasto

EntityReference<CursoCapacitacion> CursoCapacitacionReference get; set;

Curso sobre el cual es el gasto

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 fijo del curso