Type VersionDocumentoGestionado
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
No Metadata Documentation available.
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
VersionDocumentoGestionado CreateVersionDocumentoGestionado(int codigo, string codigoArchivo, DateTime fechaDeCarga, int numeroDeDescargas, string estadoDb, int revision)
Create a new VersionDocumentoGestionado object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
codigoArchivo - Initial value of the CodigoArchivo property.
-
DateTime
fechaDeCarga - Initial value of the FechaDeCarga property.
-
int
numeroDeDescargas - Initial value of the NumeroDeDescargas property.
-
string
estadoDb - Initial value of the EstadoDb property.
-
int
revision - Initial value of the Revision property.
Public properties
int Codigo get; set;
Codigo de la version
string CodigoArchivo get; set;
Codigo del Archivo que se cargo
DocumentoGestionado DocumentoGestionado get; set;
Documento al cual se esta versionando
EntityReference<DocumentoGestionado> DocumentoGestionadoReference get; set;
Documento al cual se esta versionando
EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoVersionDocumentoGestionado Estado get; set;
Estado de la Amonestación
string EstadoDb get; set;
No Metadata Documentation available.
Expediente Expediente get; set;
Expediente que realizo la carga de esta version del documento
EntityReference<Expediente> ExpedienteReference get; set;
Expediente que realizo la carga de esta version del documento
DateTime FechaDeCarga get; set;
Fecha en la cual se cargo el archivo
Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación
int NumeroDeDescargas get; set;
Numero de descargas realizadas para esta version
EntityCollection<RegistroDeDescarga> RegistrosDeDescarga get; set;
Registros de descargas para esta version
int Revision get; set;
Numero de revision del docuemnto gestionado
string UsuarioGrabacion get; set;
Usuario que inserta
string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación