KitchenDraw SDK 2
Show / Hide Table of Contents

Class Catalog.Dico_

Allows to read and write information into a catalog's dictionary which is used to translate strings contained in the catalog into different languages supported by KitchenDraw UI.

Inheritance
object
Catalog.Dico_
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_

Properties

Name Description
Entries

Provides access to entries contained in the catalog's dictionary. Each entry represents a string contained in the catalog (defined in the catalog's language), and all its translations to other languages.

Methods

Name Description
CreateEntry(string, string)

Creates a new entry in the catalog's dictionary.

In this article
Back to top Generated by DocFX