Evolution : Data Model API Documentation

Type Agrupador

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

Agrupador CreateAgrupador(int codigo, string descripcion, string abreviatura, bool paraCalculo, string modoAsociacionTipoPlanillaDb)

Create a new Agrupador object.
Parameters
int codigo
Initial value of the Codigo property.
string descripcion
Initial value of the Descripcion property.
string abreviatura
Initial value of the Abreviatura property.
bool paraCalculo
Initial value of the ParaCalculo property.
string modoAsociacionTipoPlanillaDb
Initial value of the ModoAsociacionTipoPlanillaDb property.

Public properties

string Abreviatura get; set;

Abreviatura del nombre del agrupador.

int Codigo get; set;

Código del Agrupador

string Descripcion get; set;

Nombre o descripción del Agrupador

EntityCollection<DescuentoAgrupador> DescuentosAsociados get; set;

Colección de tipos de descuentos a los que está asociado el agrupador

EntityCollection<DescuentoCiclico> DescuentosCiclicosAsociados get; set;

Collección de descuentos cíclicos a los cuales está asociado el agrupador

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaGrabacion get; set;

No Metadata Documentation available.

Nullable<DateTime> FechaUltimaModificacion get; set;

No Metadata Documentation available.

EntityCollection<IngresoAgrupador> IngresosAsociados get; set;

Collección de Tipos de Ingresos asociados al Agrupador

ModoAsociacionTipoPlanillaAgrupador ModoAsociacionTipoPlanilla get; set;

Modo en el que se asocian los tipos de planilla

string ModoAsociacionTipoPlanillaDb get; set;

Indica el modo de asociación de los tipos de planilla

Pais Pais get; set;

País al que está asociado el agrupador

EntityReference<Pais> PaisReference get; set;

País al que está asociado el agrupador

bool ParaCalculo get; set;

¿Es un agrupador utilizado en procesos de cálculo?

EntityCollection<ParametroEndeudamientoTipoDescuento> ParametrosEndeudamientoTipoDescuento get; set;

No Metadata Documentation available.

string RawPropertyBagData get; set;

No Metadata Documentation available.

EntityCollection<TipoPlanilla> TiposPlanilla get; set;

Tipos de planilla asociados

string UsuarioGrabacion get; set;

No Metadata Documentation available.

string UsuarioUltimaModificacion get; set;

No Metadata Documentation available.