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

Drukuj

.NET Framework Class Library

PriceOrderContractorCriteria Class

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 PriceOrderContractorCriteria _
 Inherits PriceOrderContractor _
 Implements IValidatableObject

C#

public class PriceOrderContractorCriteria : PriceOrderContractor,
 IValidatableObject

Visual C++

public ref class PriceOrderContractorCriteria : public PriceOrderContractor,
 IValidatableObject

JavaScript

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

Inheritance Hierarchy

System.Object

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

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

See Also

PriceOrderContractorCriteria Members

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