Evolution : Data Model API Documentation

Type Departamento

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

Departamento CreateDepartamento(int codigo, string nombre)

Create a new Departamento object.
Parameters
int codigo
Initial value of the Codigo property.
string nombre
Initial value of the Nombre property.

Public properties

string Abreviatura get; set;

Abreviatura del departamento

EntityCollection<Asueto> Asuetos get; set;

Asuetos asociados a este departamento

int Codigo get; set;

Código del departamento

EntityCollection<DocumentoIdentificacion> DocumentosIdentificacion get; set;

Documentos de identificación que fueron expedidos en el departamento

EntityKey EntityKey get; set;

EntityState EntityState get;

EntityCollection<Expediente> Expedientes get; set;

Expedientes que son del departamento

Nullable<DateTime> FechaGrabacion get; set;

Fecha de inserción

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se realizó la última modificación

EntityCollection<Municipio> Municipios get; set;

Municipios del departamento

string Nombre get; set;

Nombre del departamento

Pais Pais get; set;

Pais al que pertenece el departamento

EntityReference<Pais> PaisReference get; set;

Pais al que pertenece el departamento

string RawPropertyBagData get; set;

Data de los campos adicionales

string UsuarioGrabacion get; set;

Usuario que insertó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación