Evolution : Data Model API Documentation

Type AsociacionExpediente

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public instance methods

bool ShouldSerializeAsociacion()

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

bool ShouldSerializeAsociacionReference()

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

Public static methods

AsociacionExpediente CreateAsociacionExpediente(int codigo)

Create a new AsociacionExpediente object.
Parameters
int codigo
Initial value of the Codigo property.

Public properties

AccionDetalleAccion AccionModificacionPortal get; set;

Indica la accion que posee el registro dentro de las modificaciones del portal

Asociacion Asociacion get; set;

Asociación del expediente

EntityReference<Asociacion> AsociacionReference get; set;

Asociación del expediente

string Cargo get; set;

Cargo dentro de la asociación

int Codigo get; set;

Código del expediente

Nullable<long> CodigoDetalleCambioExpediente get; set;

Código del detalle de los cambios en el portal. Si la accion es Agregar entonces el valor no debe de ser nulo

EntityKey EntityKey get; set;

EntityState EntityState get;

Expediente Expediente get; set;

Expediente que se relaciona a la asociación

EntityReference<Expediente> ExpedienteReference get; set;

Expediente que se relaciona a la asociación

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaIngreso get; set;

Fecha de ingreso a la asociación

Nullable<DateTime> FechaRetiro get; set;

Fecha de retiro de la asociación

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se modificó por última vez

List<Guid> FileAttachments get; set;

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

Nullable<decimal> PorcentajePago get; set;

Porcentaje de pago a la asociación

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 del registro