Evolution : Data Model API Documentation

Type RepresentanteLegal

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

RepresentanteLegal CreateRepresentanteLegal(short codigo, bool activo, int companiaCodigo, int expedienteCodigo)

Create a new RepresentanteLegal object.
Parameters
short codigo
Initial value of the Codigo property.
bool activo
Initial value of the Activo property.
int companiaCodigo
Initial value of the CompaniaCodigo property.
int expedienteCodigo
Initial value of the ExpedienteCodigo property.

Public properties

bool Activo get; set;

Estado en la que se encuentra el representante legal

short Codigo get; set;

Código del representante legal

Compania Compania get; set;

Compania donde las peronsa es representante legal

int CompaniaCodigo get; set;

Código correlativo de la compañía

EntityReference<Compania> CompaniaReference get; set;

Compania donde las peronsa es representante legal

EntityKey EntityKey get; set;

EntityState EntityState get;

Expediente Expediente get; set;

Expediente que es representante legal

int ExpedienteCodigo get; set;

Código del expediente

EntityReference<Expediente> ExpedienteReference get; set;

Expediente que es representante legal

Nullable<DateTime> FechaFinVigencia get; set;

Fecha de fin de vigencia del representante legal

Nullable<DateTime> FechaGrabacion get; set;

Fecha de inserción

Nullable<DateTime> FechaInicioVigencia get; set;

Fecha de inicio de vigencia del representante legal

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 RawPropertyBagData get; set;

Data del property bag

string UsuarioGrabacion get; set;

Usuario que inserta

string UsuarioUltimaModificacion get; set;

Usuario que realizó la ultima modificación