RateQuery Class

Contains information about the product

Definition

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

Constructors

RateQueryInitializes a new instance of the RateQuery class

Properties

DateDocument date
GroupRateCodeRate code
KeyQuery key
PhysicalUnitCodePhysical unit that identifies the quantity
ProductCodeCode of product
PropertyCodeCode document owner, supplier or customer, according to the TypeDocument
QuantityQuantity, units to be delivered
StoreCodeWarehouse code
TypeType of document

Extension Methods

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

See Also