Type Marca
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag
Marcas de reloj 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
Marca CreateMarca(long codigo, DateTime fecha, DateTime hora)
Create a new Marca object. 
			
				
		
	Parameters
- 
							
longcodigo - Initial value of the Codigo property.
 - 
							
DateTimefecha - Initial value of the Fecha property.
 - 
							
DateTimehora - 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 
		
	string Comentario get; set;
Comentario de marca 
		
	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 RawPropertyBagData get; set;
Información de campos adicionales 
		
	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