pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::Articles::ArticleEntityInfo Class Reference

Provides additional article information. More...

Public Member Functions

StringGetManufacturerName (String^ pLanguage)
 Returns manufacturer name in given language. More...
 
StringGetSeriesName (String^ pLanguage)
 Returns series name in given language. More...
 
StringGetArticleNumber (ArticleNumberType pType)
 Returns article number. More...
 
StringGetDescription (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...
 

Detailed Description

Provides additional article information.

Member Function Documentation

String X3g::Plugin::Articles::ArticleEntityInfo::GetArticleNumber ( ArticleNumberType  pType)

Returns article number.

Parameters
pTypeThe type of article number.
String X3g::Plugin::Articles::ArticleEntityInfo::GetDescription ( ArticleDescriptionType  pType,
String pLanguage 
)

Returns article description in given language.

Parameters
pTypeThe type of description.
pLanguageThe preferred language. (optional)
String X3g::Plugin::Articles::ArticleEntityInfo::GetManufacturerName ( String pLanguage)

Returns manufacturer name in given language.

Parameters
pLanguageThe preferred language. (optional)
String X3g::Plugin::Articles::ArticleEntityInfo::GetSeriesName ( String pLanguage)

Returns series name in given language.

Parameters
pLanguageThe preferred language. (optional)

Property Documentation

String^ X3g::Plugin::Articles::ArticleEntityInfo::BasketId
get

A globally unique id for the article.

Used to identify the article inside the basket.

String^ X3g::Plugin::Articles::ArticleEntityInfo::FolderId
get

The id of the folder the article belongs to.

String^ X3g::Plugin::Articles::ArticleEntityInfo::Inconsistency
get

The article's inconsistency information.

May be empty.

String^ X3g::Plugin::Articles::ArticleEntityInfo::ManufacturerId
get

The article's manufacturer id.

System:: DateTime X3g::Plugin::Articles::ArticleEntityInfo::PriceDate
get

The article's price date.

Currency^ X3g::Plugin::Articles::ArticleEntityInfo::PurchasePrice
get

The article's purchase price.

String^ X3g::Plugin::Articles::ArticleEntityInfo::ReferenceNumber
get

The article's reference number.

Currency^ X3g::Plugin::Articles::ArticleEntityInfo::SalesPrice
get

The article's sales price.

String^ X3g::Plugin::Articles::ArticleEntityInfo::SeriesId
get

The article's series id.