DomainPlug-insDocumentation
Public Member Functions | Data Fields
DTTypedExtDataItem Struct Reference

#include <DomainPluginTypes.h>

Public Member Functions

 DTTypedExtDataItem ()
 DTTypedExtDataItem (const Str &aKey, const Str &aType, const Str &aTitle, const Str &aDescr, const Str &aDefValue, const bool aRequired, const DTExtDataItemStatus aStatus, const Str &aMsg="")

Data Fields

Str paramID
 Parameter Id - unique name of parameter.
Str type
 Type of parameter. (from *.type file) e.g. "DOMAIN_NAME".
Str title
 Title - Will be shown to customer as Parameter Name.
Str descr
 Description - Will be shown to customer as a tool tip.
Str defValue
 Value of parameter if Status not EDIS_NEEDED, otherwise this is default value that will be shown to customer.
bool required
 Asterisk will be shown. Mandatory to fill it by customer.
DTExtDataItemStatus status
Str msg

Detailed Description

Type for Get and Check procedure.


Constructor & Destructor Documentation

DTTypedExtDataItem::DTTypedExtDataItem ( ) [inline]
DTTypedExtDataItem::DTTypedExtDataItem ( const Str &  aKey,
const Str &  aType,
const Str &  aTitle,
const Str &  aDescr,
const Str &  aDefValue,
const bool  aRequired,
const DTExtDataItemStatus  aStatus,
const Str &  aMsg = "" 
) [inline]

Field Documentation

Value of parameter if Status not EDIS_NEEDED, otherwise this is default value that will be shown to customer.

Description - Will be shown to customer as a tool tip.

Parameter Id - unique name of parameter.

Asterisk will be shown. Mandatory to fill it by customer.

Title - Will be shown to customer as Parameter Name.

Type of parameter. (from *.type file) e.g. "DOMAIN_NAME".


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines