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
-
intcodigo - Initial value of the Codigo property.
-
decimaldesde - Initial value of the Desde property.
-
decimalhasta - Initial value of the Hasta property.
-
decimalporcentaje - Initial value of the Porcentaje property.
-
decimalexcedente - Initial value of the Excedente property.
-
decimalvalor - 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