Class COOTC@1.1001:TemplateCollection Permanent link for this heading

An object of class TemplateCollection ("Template Collection") defines a template collection, in which users can collect templates for any business object. During the Drag & Drop action a copy of the template is created.

Class Hierarchy

Object > CompoundObject > TemplateCollection

Direct Subclasses

AppTemplateCollection

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

LanguageStringList[]

mlname

Multilingual Name

boolean

tcprogrammatic

Programmatic Use

Object[]

templates

Templates

Properties Permanent link for this heading


Multilingual Name (COOSYSTEM@1.1:mlname) Permanent link for this heading

Defines the multilingual name of the object. It stores one name for each supported language.

Explanation:
This field defines the multilingual name of the object.

unique LanguageStringList[] COOSYSTEM@1.1:mlname


Programmatic Use (COOTC@1.1001:tcprogrammatic) Permanent link for this heading

If set to true the template collection will not be displayed in the template collection menu on the home screen.
Template collections for programmatic use will also not show up in the templates list of a room.

boolean COOTC@1.1001:tcprogrammatic readonly


Templates (COOTC@1.1001:templates) Permanent link for this heading

Stores a list of templates (e.g. classes) which are assigned to that category. The templates will be shown in the creation dialog.

Explanation:
In this field the templates are displayed.

unique Object[] COOTC@1.1001:templates

Additional Information