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

Basket Item. More...

Inheritance diagram for X3g::Plugin::IBasketItem:
Inheritance graph
[legend]

Public Member Functions

System::String^ GetLabel (System::String^ pLanguage)
 Returns the item's label in the given language. More...
 

Properties

System::String^  Id [get]
 The item id. More...
 
BasketItemType Type [get]
 The item type More...
 
System::String^  ReferenceNumber [get]
 The item's reference number. More...
 
System::String^  Position [get]
 The item's position inside the basket. More...
 
IBasketItem^  Parent [get]
 The item's parent. More...
 
ReadOnlyCollection< IBasketItem^ >^ Children [get]
 The item's children. More...
 

Detailed Description

Basket Item.

Member Function Documentation

System::String X3g::Plugin::IBasketItem::GetLabel ( System::String^  pLanguage)

Returns the item's label in the given language.

"" can be used as a fallback language. A fallback name is returned in this case.

Property Documentation

ReadOnlyCollection< IBasketItem^>^ X3g::Plugin::IBasketItem::Children
get

The item's children.

System:: String^ X3g::Plugin::IBasketItem::Id
get

The item id.

If the item is an article the id relates to IArticleEntityInfo::BasketId. If the item is a folder the id relates to IFMItem::Id.

IBasketItem^ X3g::Plugin::IBasketItem::Parent
get

The item's parent.

System:: String^ X3g::Plugin::IBasketItem::Position
get

The item's position inside the basket.

System:: String^ X3g::Plugin::IBasketItem::ReferenceNumber
get

The item's reference number.

If the item is an article the number relates to IArticleEntityInfo::ReferenceNumber. If the item is a folder the number relates to IFMItem::ReferenceNumber.

BasketItemType X3g::Plugin::IBasketItem::Type
get

The item type