pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Properties | List of all members
X3g::Plugin::IArticleEntityInfo Class Reference

Holds additional article information. More...

Properties

String^  ManufacturerId [get]
 The article's manufacturer id. More...
 
String^  SeriesId [get]
 The article's series id. More...
 
String^  ArticleNumber [get]
 The article's number. More...
 
String^  VariantCode [get]
 The article's variant code. More...
 
String^  ShortText [get]
 The article's short text. More...
 
String^  ReferenceNumber [get]
 The article's reference number. More...
 
String^  FolderId [get]
 The id of the folder the article belongs to. More...
 
String^  BasketId [get]
 A globally unique id for the article. More...
 

Detailed Description

Holds additional article information.

Property Documentation

String^ X3g::Plugin::IArticleEntityInfo::ArticleNumber
get

The article's number.

String^ X3g::Plugin::IArticleEntityInfo::BasketId
get

A globally unique id for the article.

Used to identify the article inside the basket.

String^ X3g::Plugin::IArticleEntityInfo::FolderId
get

The id of the folder the article belongs to.

String^ X3g::Plugin::IArticleEntityInfo::ManufacturerId
get

The article's manufacturer id.

String^ X3g::Plugin::IArticleEntityInfo::ReferenceNumber
get

The article's reference number.

String^ X3g::Plugin::IArticleEntityInfo::SeriesId
get

The article's series id.

String^ X3g::Plugin::IArticleEntityInfo::ShortText
get

The article's short text.

String^ X3g::Plugin::IArticleEntityInfo::VariantCode
get

The article's variant code.