Evolution : Data Model API Documentation

Type ParametroMacroAlerta

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

ParametroMacroAlerta CreateParametroMacroAlerta(int codigo, string nombre, string tipoDb)

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

Public properties

Alerta Alerta get; set;

Alerta

EntityReference<Alerta> AlertaReference get; set;

Alerta

int Codigo get; set;

Código de Parámetro o Macro

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaGrabacion get; set;

Fecha de grabación

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de última modificación

string Nombre get; set;

Nombre del parámetro o macro

TipoParametroMacroAlerta Tipo get; set;

¿Parámetro o Macro?

string TipoDb get; set;

Indica si es Parámetro o Macro

string UsuarioGrabacion get; set;

Usuario que insertó

string UsuarioUltimaModificacion get; set;

Usuario que realizo la última modificación

string Valor get; set;

Valor del parámetro