coder.dictionary.Section Class
Namespace: coder.dictionary
Configure Embedded Coder Dictionary section
Description
An object of the coder.dictionary.Section class represents one section
of an Embedded Coder Dictionary, such as Storage Classes or Data Sender Services. The object
enables you to perform operations on the section such as adding or deleting entries.
A coder.Dictionary object contains coder.dictionary.Section objects, which represent the categories of an Embedded
Coder Dictionary. A coder.dictionary.Section object contains coder.dictionary.Entry objects, which represent the definitions stored in that
section of the Embedded Coder Dictionary. The name of the section identifies the type of code
definitions that the section contains. To access the sections of an Embedded Coder Dictionary,
use a coder.Dictionary object. To access the dictionary entries within the
section, use a coder.dictionary.Section object.
Creation
The function getSection
creates a coder.dictionary.Section object.