ICubeCreatorFieldTranslations

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The ICubeCreatorFieldTranslations interface contains properties and methods that are used to work with the collection containing bindings of attributes with translations for source fields.

Inheritance Hierarchy

ICubeCreatorFieldTranslations

Comments

The collection of bindings can be found in the ICubeCreatorField.Translations property.

Properties

  Property name Brief description
The Count property returns the number of bindings in the collection.
The Item property returns binding parameters by index.
The Locale property determines the language, which is used to find attribute for element identification.

Methods

  Method name Brief description
The Add method creates a binding of the source field with translation attribute for the specified language.
The Clear method deletes all bindings from the collection.
The FindByLocale method searches by translation language and returns parameters of binding to source field.
The Remove method removes binding with the specified index from the collection and returns whether removal is successful.

See also:

Cubes Assembly Interfaces