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::IBasketArticleTextField Class Reference

A basket article text field. More...

Public Member Functions

StringGetValue (String^ pLanguage)
 Returns the value in the given language. More...
 

Properties

String^  Id [get]
 The textfield's id. More...
 
String^  Name [get]
 The textfield's name. More...
 
BasketTextFieldType Type [get]
 The textfield's type. More...
 
bool ReadOnly [get]
 True if this text field is read-only. More...
 

Detailed Description

A basket article text field.

Member Function Documentation

String ^ X3g::Plugin::IBasketArticleTextField::GetValue ( String pLanguage)

Returns the value in the given language.

"" can be used as a fallback language.

Property Documentation

String^ X3g::Plugin::IBasketArticleTextField::Id
get

The textfield's id.

String^ X3g::Plugin::IBasketArticleTextField::Name
get

The textfield's name.

bool X3g::Plugin::IBasketArticleTextField::ReadOnly
get

True if this text field is read-only.

Use IArticleInstance::SetArticleTextField() to change non-readonly text fields.

BasketTextFieldType X3g::Plugin::IBasketArticleTextField::Type
get

The textfield's type.