Class TInventoryItemName

Unit

Declaration

type TInventoryItemName = 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 nameType : TCoding read GetnameType write SetnameType;
Public property language : string read Getlanguage write Setlanguage;
Public property languageElement : TCommonLanguages read GetlanguageElement write SetlanguageElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;

Description

Methods

Public constructor Create; override;
 

Properties

Public property nameType : TCoding read GetnameType write SetnameType;

The type of name e.g. 'brand-name', 'functional-name', 'common-name'.

Public property language : string read Getlanguage write Setlanguage;

The language that the item name is expressed in.

Public property languageElement : TCommonLanguages read GetlanguageElement write SetlanguageElement;
 
Public property name_ : string read Getname_ write Setname_;

The name or designation that the item is given.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 

Generated by PasDoc 0.15.0.