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

Drukuj

.NET Framework Class Library

ProductBasePrice Class

Klasa reprezentująca podstawowe informacje o cenie towaru.

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 ProductBasePrice _
 Inherits ProductPrice _
 Implements IValidatableObject

C#

public class ProductBasePrice : ProductPrice,
 IValidatableObject

Visual C++

public ref class ProductBasePrice : public ProductPrice,
 IValidatableObject

JavaScript

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

Inheritance Hierarchy

System.Object

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

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

See Also

ProductBasePrice Members

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