Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductListElementWithDimensions Class

Drukuj

.NET Framework Class Library

ProductListElementWithDimensions Class

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

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 ProductListElementWithDimensions _
 Inherits ProductListElement

C#

public class ProductListElementWithDimensions : ProductListElement

Visual C++

public ref class ProductListElementWithDimensions : public ProductListElement

JavaScript

Sage.PL.WebAPI.Interface.Products.ViewModels.ProductListElementWithDimensions = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Products.ViewModels.ProductListElementWithDimensions',
 Sage.PL.WebAPI.Interface.Products.ViewModels.ProductListElement);

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Products.ViewModels.ProductListElement

  Sage.PL.WebAPI.Interface.Products.ViewModels.ProductListElementWithDimensions

See Also

ProductListElementWithDimensions Members

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