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

Folder Manager Article-Item. More...

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

Properties

System::String^  ArticleNumber [get]
 The article's number. More...
 
System::Nullable< Decimal > Quantity [get]
 The article's quantity. More...
 
- Properties inherited from X3g::Plugin::IFMItem
System::String^  Id [get]
 The item id. More...
 
System::String^  Label [get]
 The label of the item. More...
 
System::String^  Description [get]
 The description of the item. More...
 
System::String^  ReferenceNumber [get]
 The item's reference number. More...
 

Additional Inherited Members

- Public Member Functions inherited from X3g::Plugin::IFMItem
void SetReferenceNumber (System::String^ pNumber)
 Assignes a new reference number to the item. More...
 
IFMItemGetParent ()
 Returns the current parent of the item. More...
 
ReadOnlyCollection< IFMItem^ >^ GetChildren ()
 Returns the current children of the item. More...
 

Detailed Description

Folder Manager Article-Item.

Property Documentation

System:: String^ X3g::Plugin::IFMArticleItem::ArticleNumber
get

The article's number.

Relates to IArticleEntityInfo::ArticleNumber.

System:: Nullable< Decimal> X3g::Plugin::IFMArticleItem::Quantity
get

The article's quantity.

One article item may represent multiple articles (e.g. in the case of reference copies).