Evolution : Data Model API Documentation

Type ComportamientoAsociado

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

ComportamientoAsociado CreateComportamientoAsociado(int codigo, short correlativo, string descripcion)

Create a new ComportamientoAsociado object.
Parameters
int codigo
Initial value of the Codigo property.
short correlativo
Initial value of the Correlativo property.
string descripcion
Initial value of the Descripcion property.

Public properties

int Codigo get; set;

Código del comportamiento asociado

Conducta Conducta get; set;

Conducta que le pertenece al comportamiento asociado

EntityReference<Conducta> ConductaReference get; set;

Conducta que le pertenece al comportamiento asociado

short Correlativo get; set;

Correlativo del comportamiento asociado a una conducta

string Descripcion get; set;

Formulación de la pregunta que se desea para este comportamiento asociado a la conducta esperada

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

EntityCollection<GradoEvaluacion> Grados get; set;

No Metadata Documentation available.

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

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