Evolution : Data Model API Documentation

Type Responsabilidad

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

Responsabilidad CreateResponsabilidad(int codigo, string descripcion, string abreviatura)

Create a new Responsabilidad 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;

Nombre corto para la responsabilidad

int Codigo get; set;

Código de la responsabilidad

string Descripcion get; set;

Nombre de la responsabilidad

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 la última modificación del 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

GrupoCorporativo GrupoCorporativo get; set;

Grupo corporativo al que pertenece la responsabilidad

EntityReference<GrupoCorporativo> GrupoCorporativoReference get; set;

Grupo corporativo al que pertenece la responsabilidad

EntityCollection<ResponsabilidadPuesto> PuestosDeResponsabilidad get; set;

Puestos que utilizan la responsabilidad

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