Evolution : Data Model API Documentation

Type AreaLesion

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

AreaLesion CreateAreaLesion(int codigo, string descripcion, string abreviatura)

Create a new AreaLesion 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.

Public properties

string Abreviatura get; set;

Abreviatura del área de lesión

int Codigo get; set;

Código del área de lesión

Compania Compania get; set;

Compañía donde se ha registrado el áreas de lesión

EntityReference<Compania> CompaniaReference get; set;

Compañía donde se ha registrado el áreas de lesión

string Descripcion get; set;

Descripción del área de lesión

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaGrabacion get; set;

Fecha que se creó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha que se modificó el registro

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;

Información de campos adicionales

EntityCollection<TipoAreaLesion> TiposAreasLesion get; set;

Tipos y empleos asociados a un área de lesión

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que modificó el registro