InfoProduct Class

Product infomation class.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class InfoProduct
Inheritance
Object    InfoProduct

Constructors

InfoProductInitializes a new instance of the InfoProduct class

Properties

CascadeDiscount Cascade discount [DescuentoCascada].
Code Code of product.
CodeVAT Code of VAT.
Key Query key.
Name Name of product.
PercentDiscount Percent Discount.
PhysicalUnitCode Physical unit that identifies the quantity.
PhysicalUnitRatio Relationship with physical unit.
Price Product price.
Quantity Quantity, units to be delivered.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also