![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Provides additional article information. More...
Public Member Functions | |
String^ | GetManufacturerName (String^ pLanguage) |
Returns manufacturer name in given language. More... | |
String^ | GetSeriesName (String^ pLanguage) |
Returns series name in given language. More... | |
String^ | GetArticleNumber (ArticleNumberType pType) |
Returns article number. More... | |
String^ | GetDescription (ArticleDescriptionType pType, String^ pLanguage) |
Returns article description in given language. More... | |
Properties | |
String^ | ManufacturerId [get] |
The article's manufacturer id. More... | |
String^ | SeriesId [get] |
The article's series id. More... | |
String^ | Inconsistency [get] |
The article's inconsistency information. More... | |
Currency^ | PurchasePrice [get] |
The article's purchase price. More... | |
Currency^ | SalesPrice [get] |
The article's sales price. More... | |
System::DateTime | PriceDate [get] |
The article's price date. 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... | |
Provides additional article information.
String X3g::Plugin::Articles::ArticleEntityInfo::GetArticleNumber | ( | ArticleNumberType | pType) |
Returns article number.
pType | The type of article number. |
String X3g::Plugin::Articles::ArticleEntityInfo::GetDescription | ( | ArticleDescriptionType | pType, |
String^ | pLanguage | ||
) |
Returns article description in given language.
pType | The type of description. |
pLanguage | The preferred language. (optional) |
Returns manufacturer name in given language.
pLanguage | The preferred language. (optional) |
Returns series name in given language.
pLanguage | The preferred language. (optional) |
|
get |
A globally unique id for the article.
Used to identify the article inside the basket.
|
get |
The id of the folder the article belongs to.
|
get |
The article's inconsistency information.
May be empty.
|
get |
The article's manufacturer id.
|
get |
The article's price date.
|
get |
The article's purchase price.
|
get |
The article's reference number.
|
get |
The article's sales price.
|
get |
The article's series id.