Type Idioma
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Entidad que representa el catálogo de idiomas
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
Idioma CreateIdioma(string codigo, string nombre)
Create a new Idioma object.
Parameters
-
string
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
Public properties
string Codigo get; set;
Código del idioma
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 en que se modificó por última vez
EntityCollection<IdiomaExpediente> IdiomasExpediente get; set;
Expedientes que dominan el idioma
string Nombre get; set;
Nombre del idioma
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro