Click or drag to resize

ILanguageSpecificMetaData Interface

Represents the metadata contains a collection of strings. Each string value is specific to a Locale

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface ILanguageSpecificMetaData

The ILanguageSpecificMetaData type exposes the following members.

Properties
  NameDescription
Public propertyEntries
Gets all the entries the collection holds
Public propertyItem
Gets/sets a string value by its Locale
Public propertyLocales
Gets all the Locales the collection holds
Top
Methods
  NameDescription
Public methodClear
Clears all values from the collection
Public methodRemove
Removes the string of specific locale from the collection
Public methodSerialize
Serialize the entry to XML for exports
Top
See Also