Evolution : Data Model API Documentation

Type IdiomaExpediente

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

IdiomaExpediente CreateIdiomaExpediente(int codigo, string nivel, bool habla, bool escribe, bool lee)

Create a new IdiomaExpediente object.
Parameters
int codigo
Initial value of the Codigo property.
string nivel
Initial value of the Nivel property.
bool habla
Initial value of the Habla property.
bool escribe
Initial value of the Escribe property.
bool lee
Initial value of the Lee property.

Public properties

AccionDetalleAccion AccionModificacionPortal get; set;

Indica la accion que posee el registro dentro de las modificaciones del portal

int Codigo get; set;

Código del idioma que domina el expediente

Nullable<long> CodigoDetalleCambioExpediente get; set;

Código del detalle de los cambios en el portal. Si la accion es Agregar entonces el valor no debe de ser nulo

EntityKey EntityKey get; set;

EntityState EntityState get;

bool Escribe get; set;

¿Escribe el idioma?

Expediente Expediente get; set;

Expediente que domina el idioma asociado

EntityReference<Expediente> ExpedienteReference get; set;

Expediente que domina el idioma asociado

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

bool Habla get; set;

¿Habla el idioma?

Idioma Idioma get; set;

Idioma de domina el expediente asociado

EntityReference<Idioma> IdiomaReference get; set;

Idioma de domina el expediente asociado

bool Lee get; set;

¿Lee el idioma?

string Nivel get; set;

Nivel de dominio del idioma

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación del registro