Type Municipio
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag
Representa a los municipios de un departamento
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
Municipio CreateMunicipio(int codigo)
Create a new Municipio object.
Parameters
-
int
codigo - Initial value of the Codigo property.
Public properties
string Abreviatura get; set;
Nombre corto del municipio
EntityCollection<Asueto> Asuetos get; set;
Asuetos asociados a este Municipio
EntityCollection<CentroTrabajo> CentrosTrabajo get; set;
Centros de trabajo que estan en el municipio
int Codigo get; set;
Código de Municipio
Departamento Departamento get; set;
Departamento al que pertence el municipio
EntityReference<Departamento> DepartamentoReference get; set;
Departamento al que pertence el municipio
EntityCollection<DireccionExpediente> DireccionesExpedientes get; set;
Direcciones de Expedientes asociadas a este Municipio
EntityCollection<DocumentoIdentificacion> DocumentosIdentificacion get; set;
Documentos de identificación que fueron expedidos en el municipio
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
EntityCollection<Localidad> Localidades get; set;
Lugares del municipio
string Nombre get; set;
Nombre del municipio
EntityCollection<Expediente> PersonasNacidasEn get; set;
Personas nacidas en el municipio
string RawPropertyBagData get; set;
Data de los campos adicionales
string UsuarioGrabacion get; set;
Usuario inserción
string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación