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

Project Settings. More...

Properties

Contact and address settings
String^  CustomerNumber [get, set]
 The customer number. More...
 
String^  CustomerCompany [get, set]
 The customer's company. More...
 
String^  CustomerSalutation [get, set]
 The customer's salutation. More...
 
String^  CustomerFirstName [get, set]
 The customer's first name. More...
 
String^  CustomerLastName [get, set]
 The customer's last name. More...
 
String^  CustomerStreet [get, set]
 The customer's street. More...
 
String^  CustomerPostalCode [get, set]
 The customer's postal code. More...
 
String^  CustomerCity [get, set]
 The customer's city. More...
 
String^  ContactName [get, set]
 The contact's name. More...
 
String^  ContactPhone [get, set]
 The contact's phone number. More...
 
String^  ContactEmail [get, set]
 The contact's email address. More...
 
Calculation settings
Currency^  VAT [get, set]
 The VAT (value added tax) for this project. More...
 
String^  CurrencyUnit [get, set]
 The currency unit for this project. More...
 
Currency^  HeaderAddCharge [get, set]
 The header add charge. More...
 
Currency^  HeaderDiscount [get, set]
 The header discount. More...
 
Currency^  OverallArticleAddCharge [get, set]
 The overall article add charge. More...
 
Currency^  OverallArticleDiscount [get, set]
 The overall article discount. More...
 

Detailed Description

Project Settings.

Property Documentation

String^ X3g::Plugin::IProjectSettings::ContactEmail
getset

The contact's email address.

String^ X3g::Plugin::IProjectSettings::ContactName
getset

The contact's name.

String^ X3g::Plugin::IProjectSettings::ContactPhone
getset

The contact's phone number.

String^ X3g::Plugin::IProjectSettings::CurrencyUnit
getset

The currency unit for this project.

Contains a 3 letter ISO currency code.

String^ X3g::Plugin::IProjectSettings::CustomerCity
getset

The customer's city.

String^ X3g::Plugin::IProjectSettings::CustomerCompany
getset

The customer's company.

String^ X3g::Plugin::IProjectSettings::CustomerFirstName
getset

The customer's first name.

String^ X3g::Plugin::IProjectSettings::CustomerLastName
getset

The customer's last name.

String^ X3g::Plugin::IProjectSettings::CustomerNumber
getset

The customer number.

String^ X3g::Plugin::IProjectSettings::CustomerPostalCode
getset

The customer's postal code.

String^ X3g::Plugin::IProjectSettings::CustomerSalutation
getset

The customer's salutation.

String^ X3g::Plugin::IProjectSettings::CustomerStreet
getset

The customer's street.

Currency^ X3g::Plugin::IProjectSettings::HeaderAddCharge
getset

The header add charge.

Only relative values are supported.

Currency^ X3g::Plugin::IProjectSettings::HeaderDiscount
getset

The header discount.

Only relative values are supported.

Currency^ X3g::Plugin::IProjectSettings::OverallArticleAddCharge
getset

The overall article add charge.

Only relative values are supported.

Currency^ X3g::Plugin::IProjectSettings::OverallArticleDiscount
getset

The overall article discount.

Only relative values are supported.

Currency^ X3g::Plugin::IProjectSettings::VAT
getset

The VAT (value added tax) for this project.

Only relative values are supported.