Evolution : Data Model API Documentation

Type Marca

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

Marca CreateMarca(long codigo, DateTime fecha, DateTime hora)

Create a new Marca object.
Parameters
long codigo
Initial value of the Codigo property.
DateTime fecha
Initial value of the Fecha property.
DateTime hora
Initial value of the Hora property.

Public properties

long Codigo get; set;

Código de la marca

string CodigoReloj get; set;

Código del reloj en que se realizo la marcación

Empleo Empleo get; set;

Empleo al que pertenece la marca

EntityReference<Empleo> EmpleoReference get; set;

Empleo al que pertenece la marca

EntityKey EntityKey get; set;

EntityState EntityState get;

string Estado get; set;

Estado de la marca

DateTime Fecha get; set;

Fecha de la marca

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se realiza la última modificación

DateTime Hora get; set;

Hora de la marca

string TipoMarca get; set;

Tipo de marcaciones realizada

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realiza la última modificación