Type RangoAlcanceParametro
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Representa los rangos de valores para un alcance de un parámetro
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
RangoAlcanceParametro CreateRangoAlcanceParametro(int codigo, decimal desde, decimal hasta, decimal porcentaje, decimal excedente, decimal valor)
Create a new RangoAlcanceParametro object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
decimal
desde - Initial value of the Desde property.
-
decimal
hasta - Initial value of the Hasta property.
-
decimal
porcentaje - Initial value of the Porcentaje property.
-
decimal
excedente - Initial value of the Excedente property.
-
decimal
valor - Initial value of the Valor property.
Public properties
AlcanceParametro Alcance get; set;
Alcance del rango
EntityReference<AlcanceParametro> AlcanceReference get; set;
Alcance del rango
int Codigo get; set;
Código de rango
decimal Desde get; set;
Desde cual valor se define el rango
EntityKey EntityKey get; set;
EntityState EntityState get;
decimal Excedente get; set;
Excedente
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación
decimal Hasta get; set;
Hasta cual valor se define el rango
decimal Porcentaje get; set;
Porcentaje del rango
string UsuarioGrabacion get; set;
Usuario que guardó el registro
string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación
decimal Valor get; set;
Valor para el rango