Evolution : Data Model API Documentation

Type ConsolidacionNotaRubro

Namespace Aseinfo.VH4.Data

Parent EntityObject

Events

PropertyChanged

PropertyChanging

Public static methods

ConsolidacionNotaRubro CreateConsolidacionNotaRubro(int codigo, decimal nota)

Create a new ConsolidacionNotaRubro object.
Parameters
int codigo
Initial value of the Codigo property.
decimal nota
Initial value of the Nota property.

Public properties

int Codigo get; set;

No Metadata Documentation available.

Conducta Conducta get; set;

No Metadata Documentation available.

EntityReference<Conducta> ConductaReference get; set;

No Metadata Documentation available.

EvaluacionConsolidada Consolidacion get; set;

No Metadata Documentation available.

EntityReference<EvaluacionConsolidada> ConsolidacionReference get; set;

No Metadata Documentation available.

EntityKey EntityKey get; set;

EntityState EntityState get;

decimal Nota get; set;

No Metadata Documentation available.

Nullable<decimal> NotaEsperada get; set;

Nota esperada al momento de realizar la evaluaciĆ³n

RubroEvaluacion Rubro get; set;

No Metadata Documentation available.

EntityReference<RubroEvaluacion> RubroReference get; set;

No Metadata Documentation available.