Evolution : Data Model API Documentation

Type CausaNoElegibleCandidato

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

CausaNoElegibleCandidato CreateCausaNoElegibleCandidato(int codigo, string nombre)

Create a new CausaNoElegibleCandidato object.
Parameters
int codigo
Initial value of the Codigo property.
string nombre
Initial value of the Nombre property.

Public properties

EntityCollection<Candidato> Candidatos get; set;

Candidatos que no son elegidos por la causa

int Codigo get; set;

Código de la causa

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

string Nombre get; set;

Nombre de la causa

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