Evolution : Data Model API Documentation

Type PresupuestoCalculoPortal

Namespace Aseinfo.VH4.Data

Parent EntityObject

Events

PropertyChanged

PropertyChanging

Public instance methods

bool ShouldSerializeExpedienteGenera()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

bool ShouldSerializeExpedienteGeneraReference()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

bool ShouldSerializeRubroPptoPortal()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

bool ShouldSerializeRubroPptoPortalReference()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

Public static methods

PresupuestoCalculoPortal CreatePresupuestoCalculoPortal(int codigo, decimal valorEne, decimal valorFeb, decimal valorMar, decimal valorAbr, decimal valorMay, decimal valorJun, decimal valorJul, decimal valorAgo, decimal valorSep, decimal valorOct, decimal valorNov, decimal valorDic, string estadoDb, int expedienteGeneraCodigo, int plazaPptoCodigo, int rubroPptoPortalCodigo)

Create a new PresupuestoCalculoPortal object.
Parameters
int codigo
Initial value of the Codigo property.
decimal valorEne
Initial value of the ValorEne property.
decimal valorFeb
Initial value of the ValorFeb property.
decimal valorMar
Initial value of the ValorMar property.
decimal valorAbr
Initial value of the ValorAbr property.
decimal valorMay
Initial value of the ValorMay property.
decimal valorJun
Initial value of the ValorJun property.
decimal valorJul
Initial value of the ValorJul property.
decimal valorAgo
Initial value of the ValorAgo property.
decimal valorSep
Initial value of the ValorSep property.
decimal valorOct
Initial value of the ValorOct property.
decimal valorNov
Initial value of the ValorNov property.
decimal valorDic
Initial value of the ValorDic property.
string estadoDb
Initial value of the EstadoDb property.
int expedienteGeneraCodigo
Initial value of the ExpedienteGeneraCodigo property.
int plazaPptoCodigo
Initial value of the PlazaPptoCodigo property.
int rubroPptoPortalCodigo
Initial value of the RubroPptoPortalCodigo property.

Public properties

int Codigo get; set;

Código único secuencial

EmpleoPpto EmpleoPpto get; set;

Empleo

Nullable<int> EmpleoPptoCodigo get; set;

Código único secuencial

EntityReference<EmpleoPpto> EmpleoPptoReference get; set;

Empleo

EntityKey EntityKey get; set;

EntityState EntityState get;

string EstadoDb get; set;

Estado del registro de cálculo

Expediente ExpedienteGenera get; set;

Expediente que genera el presupuesto

int ExpedienteGeneraCodigo get; set;

Código del expediente

EntityReference<Expediente> ExpedienteGeneraReference get; set;

Expediente que genera el presupuesto

Nullable<DateTime> FechaGrabacion get; set;

Fecha de creación del registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha última modificación

string Observaciones get; set;

Observaciones

PlazaPpto PlazaPpto get; set;

Plaza del presupuestos afecta al cálculo del presupuesto

int PlazaPptoCodigo get; set;

Código único secuencial

EntityReference<PlazaPpto> PlazaPptoReference get; set;

Plaza del presupuestos afecta al cálculo del presupuesto

EntityCollection<PresupuestoCalculo> PresupuestosCalculo get; set;

Calculos de presupuesto donde se aplica

RubroPptoPortal RubroPptoPortal get; set;

Rubro del portal

int RubroPptoPortalCodigo get; set;

Código secuencial único del registro

EntityReference<RubroPptoPortal> RubroPptoPortalReference get; set;

Rubro del portal

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Último usuario que modificó

decimal ValorAbr get; set;

Valor que corresponde al mes de abril

decimal ValorAgo get; set;

Valor que corresponde al mes de agosto

decimal ValorDic get; set;

Valor que corresponde al mes de diciembre

decimal ValorEne get; set;

Valor que corresponde al mes de enero

decimal ValorFeb get; set;

Valor que corresponde al mes de febrero

decimal ValorJul get; set;

Valor que corresponde al mes de julio

decimal ValorJun get; set;

Valor que corresponde al mes de junio

decimal ValorMar get; set;

Valor que corresponde al mes de marzo

decimal ValorMay get; set;

Valor que corresponde al mes de mayo

decimal ValorNov get; set;

Valor que corresponde al mes de noviembre

decimal ValorOct get; set;

Valor que corresponde al mes de octubre

decimal ValorSep get; set;

Valor que corresponde al mes de septiembre