Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceOrderProductCriteria Class

Drukuj

.NET Framework Class Library

PriceOrderProductCriteria Class

Klasa reprezentująca kryteria wyliczenia ceny towaru.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Class PriceOrderProductCriteria _
 Inherits PriceOrderProduct _
 Implements IValidatableObject

C#

public class PriceOrderProductCriteria : PriceOrderProduct,
 IValidatableObject

Visual C++

public ref class PriceOrderProductCriteria : public PriceOrderProduct,
 IValidatableObject

JavaScript

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceOrderProductCriteria = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceOrderProductCriteria',
 Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceOrderProduct,
 IValidatableObject);

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceOrderProduct

  Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceOrderProductCriteria

See Also

PriceOrderProductCriteria Members

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace