Class PaymentRowCashDiscountChanged
Eventarguments for changed cahsdicount of a payment row
Inheritance
System.Object
System.EventArgs
PaymentRowCashDiscountChanged
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class PaymentRowCashDiscountChanged : EventArgs
Properties
| Improve this Doc View SourceAmount
Declaration
public PreciseDecimal Amount { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Granted
Declaration
public bool Granted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NewValue
Declaration
public PreciseDecimal NewValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
OldValue
Declaration
public PreciseDecimal OldValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
PayAmount
Declaration
public PreciseDecimal PayAmount { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Selected
Declaration
public bool Selected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |