Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A standard property stores a single unit of data; a multi-language property stores one unit of data per data language defined in the Metadata Languages Modell Sprachen.

Usage

Call ClassBuilder.Add.MultiLanguageProperty(...) on a ClassBuilder in a Builder API to add a multi-language property to that class.

...

  • A calculated property with the original name (e.g. "Notes" above) that returns the value of the language-specific property for the current the current language

  • A property for each data language in the model

...