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

Drukuj

.NET Framework Class Library

PriceOrderCriteria 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 PriceOrderCriteria _
 Inherits PriceOrder _
 Implements IValidatableObject

C#

public class PriceOrderCriteria : PriceOrder,
 IValidatableObject

Visual C++

public ref class PriceOrderCriteria : public PriceOrder,
 IValidatableObject

JavaScript

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

Inheritance Hierarchy

System.Object

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

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

See Also

PriceOrderCriteria Members

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