Evolution : Data Model API Documentation

Type PensamientoGuiadoValuacionHay

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IHasPropertyBag, IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

PensamientoGuiadoValuacionHay CreatePensamientoGuiadoValuacionHay(int codigo, string letra, string nombre)

Create a new PensamientoGuiadoValuacionHay object.
Parameters
int codigo
Initial value of the Codigo property.
string letra
Initial value of the Letra property.
string nombre
Initial value of the Nombre property.

Public properties

int Codigo get; set;

Código

string Descripcion get; set;

Descripción

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaGrabacion get; set;

No Metadata Documentation available.

Nullable<DateTime> FechaUltimaModificacion get; set;

No Metadata Documentation available.

GrupoCorporativo GrupoCorporativo get; set;

Grupo Corporativo

EntityReference<GrupoCorporativo> GrupoCorporativoReference get; set;

Grupo Corporativo

string Letra get; set;

Letra que representa al pensamiento guiado

EntityCollection<MatrizSolucionProblemasValuacionHay> Matrices get; set;

Matrices

string Nombre get; set;

Nombre

string RawPropertyBagData get; set;

Datos campos adicionales

string UsuarioGrabacion get; set;

No Metadata Documentation available.

string UsuarioUltimaModificacion get; set;

No Metadata Documentation available.

EntityCollection<ValuacionHay> Valuaciones get; set;

No Metadata Documentation available.