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

Drukuj

.NET Framework Class Library

ProductSalePrice Class

Klasa reprezentująca informacje o cenie sprzedaży towaru. Klasa wzorowana na obiekcie BCnTw.

Remarks

Dane pobierane są z obiektu BCnTw.

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 ProductSalePrice _
 Inherits ProductSalePriceBase _
 Implements IValidatableObject

C#

public class ProductSalePrice : ProductSalePriceBase,
 IValidatableObject

Visual C++

public ref class ProductSalePrice : public ProductSalePriceBase,
 IValidatableObject

JavaScript

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

Inheritance Hierarchy

System.Object

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

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

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

See Also

ProductSalePrice Members

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