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

Drukuj

.NET Framework Class Library

ProductLogisticField Class

Klasa podstawowa reprezentująca dane logistyczne dla towaru.

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 ProductLogisticField

C#

public class ProductLogisticField

Visual C++

public ref class ProductLogisticField

JavaScript

Sage.PL.WebAPI.Interface.Products.ViewModels.ProductLogisticField = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Products.ViewModels.ProductLogisticField');

Remarks

Dane pobierane są bezpośrednio z bazy danych.

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Products.ViewModels.ProductLogisticField

See Also

ProductLogisticField Members

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