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

Folder Manager SetArticle-Item. More...

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

Properties

System::String^  ManufacturerId [get, set]
 The article's manufacturer id. More...
 
System::String^  SeriesId [get, set]
 The article's series id. More...
 
System::String^  ArticleNumber [get, set]
 The article's number. More...
 
System::String^  ShortText [get, set]
 The short text. More...
 
System::String^  LongText [get, set]
 The long text. More...
 
System::String^  VariantText [get, set]
 The variant text. More...
 
System::String^  AdditionalText [get, set]
 The additional text. More...
 
bool ShowContent [get, set]
 Show contained articles in report. 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 SetArticle-Item.

Property Documentation

System:: String^ X3g::Plugin::IFMSetArticleItem::AdditionalText
getset

The additional text.

System:: String^ X3g::Plugin::IFMSetArticleItem::ArticleNumber
getset

The article's number.

System:: String^ X3g::Plugin::IFMSetArticleItem::LongText
getset

The long text.

System:: String^ X3g::Plugin::IFMSetArticleItem::ManufacturerId
getset

The article's manufacturer id.

Exceptions
System::ArgumentExceptionAn exception will be thrown if set to an invalid ID.
System:: String^ X3g::Plugin::IFMSetArticleItem::SeriesId
getset

The article's series id.

Exceptions
System::ArgumentExceptionAn exception will be thrown if set to an invalid ID.
System:: String^ X3g::Plugin::IFMSetArticleItem::ShortText
getset

The short text.

bool X3g::Plugin::IFMSetArticleItem::ShowContent
getset

Show contained articles in report.

System:: String^ X3g::Plugin::IFMSetArticleItem::VariantText
getset

The variant text.