KitchenDraw SDK 2
Show / Hide Table of Contents

Class Catalog.Dico_.Entry

An entry represents a string contained in the catalog and defined in the catalog's language, and all its translations to other languages.

Inheritance
object
Catalog.Dico_.Entry
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Catalog.Dico_.Entry

Properties

Name Description
Identifier

An unique identifier used in the dictonary to store the string.

KeyLanguageText

A text coming from the catalog, defined in the catalog's language.

Translations

All the translations of the text to other languages.

In this article
Back to top Generated by DocFX