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

Drukuj

.NET Framework Class Library

ProductPricesEdit Class

Klasa reprezentująca informacje o cenach towaru.

Klasa agreguje pola dotyczące cen towaru z obiektu BTowar. Klasa wykorzystywana tylko do aktualizacji cen 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 ProductPricesEdit _
 Implements IValidatableObject

C#

public class ProductPricesEdit : IValidatableObject

Visual C++

public ref class ProductPricesEdit : IValidatableObject

JavaScript

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

Remarks

Dane pobierane są z obiektu BTowar.

Inheritance Hierarchy

System.Object

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

See Also

ProductPricesEdit Members

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