Evolution : Data Model API Documentation

Type AccionCompaniaExpediente

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

AccionCompaniaExpediente CreateAccionCompaniaExpediente(int codigo, string nombreEmpresa, int numeroAcciones, decimal valorAcciones)

Create a new AccionCompaniaExpediente object.
Parameters
int codigo
Initial value of the Codigo property.
string nombreEmpresa
Initial value of the NombreEmpresa property.
int numeroAcciones
Initial value of the NumeroAcciones property.
decimal valorAcciones
Initial value of the ValorAcciones property.

Public properties

AccionDetalleAccion AccionModificacionPortal get; set;

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

string CargoOcupa get; set;

Cargo que ocupa

int Codigo get; set;

Código de la acción en compañía

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

string Descripcion get; set;

Descripción Acciones

EntityKey EntityKey get; set;

EntityState EntityState get;

Expediente Expediente get; set;

Expediente que posee las acciones

EntityReference<Expediente> ExpedienteReference get; set;

Expediente que posee las acciones

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

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

string GiroEmpresa get; set;

Giro de la empresa con que se tienen las acciones

string NombreEmpresa get; set;

Nombre de la empresa con que se tienen las acciones

int NumeroAcciones get; set;

Numero de Acciones

string RawPropertyBagData get; set;

Data de los campos adicionales

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que modificó el registro la última vez

decimal ValorAcciones get; set;

Valor de las Acciones