Поделиться через


Метод Add

Creates and adds an AttributeTranslation to the collection.

Список перегрузок

  Имя Описание
Открытый метод Add(Int32) Creates and adds an AttributeTranslation, with the specified language, to the end of the collection.
Открытый метод Add(AttributeTranslation) Adds an AttributeTranslation to the end of the collection.
Защищенный метод Add(ModelComponent) Инфраструктура. (Наследуется из ModelComponentCollection.)
Открытый метод Add(Translation) Adds a Translation to the end of the collection. (Наследуется из TranslationCollection.)
Открытый метод Add(Int32, String) Creates and adds an AttributeTranslation, with the specified language and caption, to the end of the collection.
Защищенный метод Add(String, IModelComponent) (Наследуется из ModelComponentCollection.)
Защищенный метод Add(ModelComponent, Boolean) Инфраструктура. (Наследуется из ModelComponentCollection.)
Защищенный метод Add(String, IModelComponent, Boolean) (Наследуется из ModelComponentCollection.)

В начало