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

Drukuj

.NET Framework Class Library

ProductBarcode Class

Klasa podstawowa reprezentująca kod paskowe oraz jednostkę miary.

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 ProductBarcode _
 Implements IValidatableObject

C#

public class ProductBarcode : IValidatableObject

Visual C++

public ref class ProductBarcode : IValidatableObject

JavaScript

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

Remarks

Dane pobierane są bezpośrednio z bazy danych.

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Products.ViewModels.ProductBarcode

See Also

ProductBarcode Members

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