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

Drukuj

.NET Framework Class Library

ProductFK Class

Klasa reprezentująca informacje o danych FK towaru.

Klasa agreguje pola dotyczące FK z obiektu BTowar.

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 ProductFK

C#

public class ProductFK

Visual C++

public ref class ProductFK

JavaScript

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

Remarks

Dane pobierane są z obiektu BTowar.

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Products.ViewModels.ProductFK

See Also

ProductFK Members

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