Evolution : Data Model API Documentation

Type CentroCostoParticipanteEventoCapacitacion

Namespace Aseinfo.VH4.Data

Parent EntityObject

Entidad que representa los cargos de centro de costo para los participantes de un evento

Events

Methods

Properties

Events

PropertyChanged

PropertyChanging

Public static methods

CentroCostoParticipanteEventoCapacitacion CreateCentroCostoParticipanteEventoCapacitacion(int codigo, decimal porcentaje)

Create a new CentroCostoParticipanteEventoCapacitacion object.
Parameters
int codigo
Initial value of the Codigo property.
decimal porcentaje
Initial value of the Porcentaje property.

Public properties

CentroCosto CentroCosto get; set;

No Metadata Documentation available.

EntityReference<CentroCosto> CentroCostoReference get; set;

No Metadata Documentation available.

int Codigo get; set;

No Metadata Documentation available.

EntityKey EntityKey get; set;

EntityState EntityState get;

ParticipanteEventoCapacitacion Participante get; set;

No Metadata Documentation available.

EntityReference<ParticipanteEventoCapacitacion> ParticipanteReference get; set;

No Metadata Documentation available.

decimal Porcentaje get; set;

No Metadata Documentation available.