Evolution : Data Model API Documentation

Type TipoAyudaEconomica

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

TipoAyudaEconomica CreateTipoAyudaEconomica(int codigo, string nombre, bool nombreEsVisible, bool fechaEsVisible, bool sexoEsVisible, bool parentescoEsVisible, bool comentariosEsVisible)

Create a new TipoAyudaEconomica object.
Parameters
int codigo
Initial value of the Codigo property.
string nombre
Initial value of the Nombre property.
bool nombreEsVisible
Initial value of the NombreEsVisible property.
bool fechaEsVisible
Initial value of the FechaEsVisible property.
bool sexoEsVisible
Initial value of the SexoEsVisible property.
bool parentescoEsVisible
Initial value of the ParentescoEsVisible property.
bool comentariosEsVisible
Initial value of the ComentariosEsVisible property.

Public properties

int Codigo get; set;

Código de tipo de ayuda

bool ComentariosEsVisible get; set;

¿Es visible el campo comentarios?

EntityKey EntityKey get; set;

EntityState EntityState get;

bool FechaEsVisible get; set;

¿Es visible el campo fecha?

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de última modificación

string InstruccionesLocalizationKey get; set;

Localization Key de instrucciones para ingreso

string Nombre get; set;

Nombre del tipo de ayuda

bool NombreEsVisible get; set;

¿Esta visible el campo nombre?

bool ParentescoEsVisible get; set;

¿Es visible el parentesco?

bool SexoEsVisible get; set;

¿Es visible el campo sexo?

EntityCollection<SolicitudAyudaEconomica> SolicitudesAyudaEconomica get; set;

Solicitudes de ayuda económica que usan el tipo

string TituloComentariosLocalizationKey get; set;

Localization Key del titulo del campo comentarios

string TituloFechaLocalizationKey get; set;

Localization Key del titulo del campo fecha

string TituloNombreLocalizationKey get; set;

Localization Key del titulo del campo nombre

string TituloParentescoLocalizationKey get; set;

Localization Key del titulo del campo parentesco

string TituloSexoLocalizationKey get; set;

Localization Key del titulo del campo sexo

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario de última modificación