Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > PriceFactorCriteria Class

Drukuj

.NET Framework Class Library

PriceFactorCriteria Class

Klasa reprenztująca informacje o kryteriach wyszukiwania współczynników cen sprzedaży.

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

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 PriceFactorCriteria _
 Implements IValidatableObject

C#

public class PriceFactorCriteria : IValidatableObject

Visual C++

public ref class PriceFactorCriteria : IValidatableObject

JavaScript

Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.PriceFactorCriteria = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.PriceFactorCriteria',
 null,
 IValidatableObject);

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.PriceFactorCriteria

See Also

PriceFactorCriteria Members

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