Class TInventoryItemDescription

Unit

Declaration

type TInventoryItemDescription = class(TBackboneElement)

Description

A functional description of an inventory item used in inventory and supply-related workflows.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property language : string read Getlanguage write Setlanguage;
Public property languageElement : TCommonLanguages read GetlanguageElement write SetlanguageElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property language : string read Getlanguage write Setlanguage;

The language for the item description, when an item must be described in different languages and those languages may be authoritative and not translations of a 'main' language.

Public property languageElement : TCommonLanguages read GetlanguageElement write SetlanguageElement;
 
Public property description : string read Getdescription write Setdescription;

Textual description of the item.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 

Generated by PasDoc 0.15.0.