Type AreaInteres
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Entidad que representa las areas de interes
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
AreaInteres CreateAreaInteres(int codigo, string descripcion)
Create a new AreaInteres object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
descripcion - Initial value of the Descripcion property.
Public properties
EntityCollection<CargoInteres> CargosInteres get; set;
Cargos del área de interes
int Codigo get; set;
Código del área de interes
string Descripcion get; set;
Nombre del área de interes
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de la última modificación del registro
List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho
string RawPropertyBagData get; set;
Data de los campos adicionales
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro