Evolution : Data Model API Documentation

Type Asociacion

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

Asociacion CreateAsociacion(short codigo, string descripcion, string abreviatura, string naturaleza)

Create a new Asociacion object.
Parameters
short codigo
Initial value of the Codigo property.
string descripcion
Initial value of the Descripcion property.
string abreviatura
Initial value of the Abreviatura property.
string naturaleza
Initial value of the Naturaleza property.

Public properties

string Abreviatura get; set;

Nombre corto de la asociación

EntityCollection<AsociacionExpediente> AsociacionesExpedientes get; set;

Expedientes al que se les relaciona la asociación

short Codigo get; set;

Código de la asociación

string Descripcion get; set;

Nombre de la asociación

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de última modificación

List<Guid> FileAttachments get; set;

Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho

string Naturaleza get; set;

Naturaleza de la asociación, constituye una clasificación de la asociación

Pais Pais get; set;

País al que pertenece la asociación

EntityReference<Pais> PaisReference get; set;

País al que pertenece la asociación

Nullable<decimal> Porcentaje get; set;

Porcentaje que se debe descontar en planilla al empleado de su salario

string RawPropertyBagData get; set;

Data de los campos adicionales

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación