Type AreaDocumentoGestionado
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
No Metadata Documentation available.
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
AreaDocumentoGestionado CreateAreaDocumentoGestionado(int codigo, string nombre)
Create a new AreaDocumentoGestionado object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
Public properties
int Codigo get; set;
Codigo del area
EntityCollection<DocumentoGestionado> Documentos get; set;
Documentos que pertenecen a esta area
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación
string Nombre get; set;
Nombre del area
string UsuarioGrabacion get; set;
Usuario que inserta
string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación