Sage.PL.WebAPI.Interface.Products.Interfaces Namespace > IProductsController Interface

Drukuj

.NET Framework Class Library

IProductsController Interface

Interfejs implementowany przez kontroler Products.

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

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 Interface IProductsController

C#

public interface IProductsController

Visual C++

public interface class IProductsController

JavaScript

Sage.PL.WebAPI.Interface.Products.Interfaces.IProductsController = function();
Sage.PL.WebAPI.Interface.Products.Interfaces.IProductsController.createInterface('Sage.PL.WebAPI.Interface.Products.Interfaces.IProductsController');

See Also

IProductsController Members

Sage.PL.WebAPI.Interface.Products.Interfaces Namespace