Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists Namespace > PriceListSubjectDetails Class

Drukuj

.NET Framework Class Library

PriceListSubjectDetails Class

Klasa reprezentująca informacje o podmiocie cennika.

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

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 PriceListSubjectDetails _
 Inherits PriceListSubject

C#

public class PriceListSubjectDetails : PriceListSubject

Visual C++

public ref class PriceListSubjectDetails : public PriceListSubject

JavaScript

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists.PriceListSubjectDetails = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists.PriceListSubjectDetails',
 Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists.PriceListSubject);

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists.PriceListSubject

  Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists.PriceListSubjectDetails

See Also

PriceListSubjectDetails Members

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