Add Método
Creates and adds an AttributeTranslation to the collection.
Lista de sobrecargas
Nombre | Descripción | |
---|---|---|
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) | Infraestructura. (Se hereda de ModelComponentCollection). | |
Add(Translation) | Adds a Translation to the end of the collection. (Se hereda de TranslationCollection). | |
Add(Int32, String) | Creates and adds an AttributeTranslation, with the specified language and caption, to the end of the collection. | |
Add(String, IModelComponent) | (Se hereda de ModelComponentCollection). | |
Add(ModelComponent, Boolean) | Infraestructura. (Se hereda de ModelComponentCollection). | |
Add(String, IModelComponent, Boolean) | (Se hereda de ModelComponentCollection). |
Principio