IRdsTranslationBinding

Assembly: Rds;

Namespace: Prognoz.Platform.Interop.Rds;

Description

The IRdsTranslationBinding interface contains properties of binding for an additional attribute that stores values in a specific language.

Inheritance hierarchy

          INamedEntity

          IRdsBaseBinding

          IRdsTranslationBinding

Comments

NOTE. This binding type is not implemented.

Properties

  Property name Brief description
The AttributeBinding property determines binding of the main attribute linked to the additional attribute that contains values in a specific language.
The Locale property determines identifier of the language, for which the attribute is intended.

Properties inherited from IRdsBaseBinding

  Property name Brief description
The Attribute property determines the attribute for which the binding is set up.
The BindingType property returns binding type.
The DataDomain property determines data type used to store multibyte information in attribute.
The DataType property determines attribute data type.
The DetailTable property determines physical name of the table, from which multiple attribute values will be loaded.
The DetailTableObject property determines description of the repository table, from which multiple attribute values will be loaded.
The Field property determines identifier of the data source field, to which the attribute is linked.
The HasMultipleValues property determines whether multiple values can be stored by the attribute.
The InUniqueKey property determines whether key binding is used.
The KeyField property indicates field of the table containing multiple values, that is associated with the Field data source field.
The Nullable property determines whether empty values can be stored in the attribute for which the binding is created.
The OrderField property determines field of the table containing multiple values, that stores values' numbers.
The ValueField property determines field of the table containing multiple values that stores values.

Properties inherited from INamedEntity

  Property name Brief description
The Id property determines the object identifier.
The Key property returns the object key.
The Name property determines the object name.

See also:

Rds Assembly Interfaces