ICubeCreatorFieldTranslations

Assembly: 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
Count

The Count property returns the number of bindings in the collection.
Item

The Item property returns binding parameters by index.
Locale

The Locale property determines the language, which is used to find attribute for element identification.

Methods

  Method name Brief description
Add

The Add method creates a binding of the source field with translation attribute for the specified language.
Clear

The Clear method deletes all bindings from the collection.
FindByLocale

The FindByLocale method searches by translation language and returns parameters of binding to source field.
Remove

The Remove method removes binding with the specified index from the collection and returns whether removal is successful.

See also:

Cubes Assembly Interfaces