Evolution : Data Model API Documentation

Type RubroValuacionPuestos

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IHasPropertyBag, IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

RubroValuacionPuestos CreateRubroValuacionPuestos(int codigo, string descripcion, int orden)

Create a new RubroValuacionPuestos object.
Parameters
int codigo
Initial value of the Codigo property.
string descripcion
Initial value of the Descripcion property.
int orden
Initial value of the Orden property.

Public properties

int Codigo get; set;

Código

string Descripcion get; set;

Descripción

EntityKey EntityKey get; set;

EntityState EntityState get;

EntityCollection<EsquemaValuacionPuestos> Esquemas get; set;

Esquemas

FactorValuacionPuestos Factor get; set;

Factor

EntityReference<FactorValuacionPuestos> FactorReference get; set;

Factor

Nullable<DateTime> FechaGrabacion get; set;

Fecha de inserción

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de última modificacion

EntityCollection<GradoValuacionPuestos> Grados get; set;

Grados

int Orden get; set;

Orden

string RawPropertyBagData get; set;

Datos de property bag

string UsuarioGrabacion get; set;

Usuario que grabó

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación