Evolution : Data Model API Documentation

Type BitacoraConcurso

Namespace Aseinfo.VH4.Data

Parent EntityObject

Events

PropertyChanged

PropertyChanging

Public static methods

BitacoraConcurso CreateBitacoraConcurso(int codigo, string estadoDb, DateTime fecha, string usuario)

Create a new BitacoraConcurso object.
Parameters
int codigo
Initial value of the Codigo property.
string estadoDb
Initial value of the EstadoDb property.
DateTime fecha
Initial value of the Fecha property.
string usuario
Initial value of the Usuario property.

Public properties

int Codigo get; set;

Correlativo del registro en la bitácora

string Comentario get; set;

Observación o comentario anotado por el usuario a propósito del cambio de estado

ConcursoSeleccion ConcursoSeleccion get; set;

Concurso de selección al que pertenece esta bitácora

EntityReference<ConcursoSeleccion> ConcursoSeleccionReference get; set;

Concurso de selección al que pertenece esta bitácora

EntityKey EntityKey get; set;

EntityState EntityState get;

EstadoConcursoSeleccion Estado get; set;

Estado del concurso de selección registrado en la bitácora

string EstadoDb get; set;

Estado del Concurso registrado en la bitácora

DateTime Fecha get; set;

Fecha de cambio de estado

string Usuario get; set;

Usuario que realizó el cambio de estado