Type RegistroDeDescarga
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
No Metadata Documentation available.
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
RegistroDeDescarga CreateRegistroDeDescarga(int codigo, DateTime fechaDescarga)
Create a new RegistroDeDescarga object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
DateTime
fechaDescarga - Initial value of the FechaDescarga property.
Public properties
int Codigo get; set;
Codigo del Registro de Descarga
EntityKey EntityKey get; set;
EntityState EntityState get;
DateTime FechaDescarga get; set;
Fecha de la Descarga
Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación
Usuario UsuarioDescarga get; set;
Usuario que realizo la descarga
EntityReference<Usuario> UsuarioDescargaReference get; set;
Usuario que realizo la descarga
string UsuarioGrabacion get; set;
Usuario que inserta
string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación
VersionDocumentoGestionado VersionDocumentoGestionado get; set;
Version del documento gestionado
EntityReference<VersionDocumentoGestionado> VersionDocumentoGestionadoReference get; set;
Version del documento gestionado