Evolution : Data Model API Documentation

Type Funcion

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

Funcion CreateFuncion(short codigo, string descripcion)

Create a new Funcion object.
Parameters
short codigo
Initial value of the Codigo property.
string descripcion
Initial value of the Descripcion property.

Public properties

short Codigo get; set;

Código de la función

string Descripcion get; set;

Descripción de la función

string DescripcionDetalle get; set;

Detalle de la función

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de la última modificación del registro

List<Guid> FileAttachments get; set;

Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho

EntityCollection<FuncionGeneral> FuncionesGenerales get; set;

Funciones generales del puesto

GrupoCorporativo GrupoCorporativo get; set;

Grupo corporativo al que pertenece la función

EntityReference<GrupoCorporativo> GrupoCorporativoReference get; set;

Grupo corporativo al que pertenece la función

string RawPropertyBagData get; set;

Data de los campos adicionales

TipoFuncion TipoFuncion get; set;

Tipo de función al que pertenece la función

EntityReference<TipoFuncion> TipoFuncionReference get; set;

Tipo de función al que pertenece la función

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación del registro