Evolution : Data Model API Documentation

Type ParametroEjecucionProgramadaAlerta

Namespace Aseinfo.VH4.Data

Parent EntityObject

Events

PropertyChanged

PropertyChanging

Public instance methods

bool ShouldSerializeEjecucionProgramada()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

bool ShouldSerializeEjecucionProgramadaReference()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

Public static methods

ParametroEjecucionProgramadaAlerta CreateParametroEjecucionProgramadaAlerta(int codigo, string parametro, string valor)

Create a new ParametroEjecucionProgramadaAlerta object.
Parameters
int codigo
Initial value of the Codigo property.
string parametro
Initial value of the Parametro property.
string valor
Initial value of the Valor property.

Public properties

int Codigo get; set;

No Metadata Documentation available.

EjecucionProgramadaAlerta EjecucionProgramada get; set;

No Metadata Documentation available.

EntityReference<EjecucionProgramadaAlerta> EjecucionProgramadaReference get; set;

No Metadata Documentation available.

EntityKey EntityKey get; set;

EntityState EntityState get;

string Parametro get; set;

No Metadata Documentation available.

string Valor get; set;

No Metadata Documentation available.