Evolution : Data Model API Documentation

Type TomaDecision

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

TomaDecision CreateTomaDecision(int codigo, short orden, string nivelDecision, string comentario)

Create a new TomaDecision object.
Parameters
int codigo
Initial value of the Codigo property.
short orden
Initial value of the Orden property.
string nivelDecision
Initial value of the NivelDecision property.
string comentario
Initial value of the Comentario property.

Public properties

int Codigo get; set;

Código de la toma de decision del puesto

string Comentario get; set;

Comentario para la toma de decision del puesto

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 ú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 NivelDecision get; set;

Indica el nivel de decisión que tiene el puesto

short Orden get; set;

Correlativo de la decisión dentro del puesto

Puesto Puesto get; set;

Puesto al que se le asigna la toma de decisión

EntityReference<Puesto> PuestoReference get; set;

Puesto al que se le asigna la toma de decisión

string RawPropertyBagData get; set;

Data del property bag

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación