Partager via


Membres TranslationCollection

Contains a collection of Translation objects.

Le type TranslationCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Add(Int32) Creates and adds a Translation, with the specified language, to the end of the collection.
Méthode protégée Add(ModelComponent) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique Add(Translation) Adds a Translation to the end of the collection.
Méthode protégée Add(String, IModelComponent) (Hérité de ModelComponentCollection.)
Méthode publique Add(Int32, String) Creates and adds a Translation, with the specified language and caption, to the end of the collection.
Méthode protégée Add(ModelComponent, Boolean) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode protégée Add(String, IModelComponent, Boolean) (Hérité de ModelComponentCollection.)
Méthode protégée AddNew(String, Type) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode protégée AddNew(String, String, Type) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique CanAdd Infrastructure. (Hérité de ModelComponentCollection.)
Méthode protégée ChangeKey Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique Clear Removes all elements from the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Méthode protégée Contains(String) Determines whether an item with the specified key is in the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Méthode publique Contains(Int32) Indicates whether the collection contains a Translation with the specified language.
Méthode protégée Contains(IModelComponent) (Hérité de ModelComponentCollection.)
Méthode publique Contains(Translation) Indicates whether the collection contains a specified Translation.
Méthode publique CopyTo Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Hérité de ModelComponentCollection.)
Méthode protégée EnsureLoaded Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique FindByLanguage Indicates whether the collection contains a Translation with the specified language.
Méthode publique GetByLanguage Indicates whether the collection contains a Translation with the specified language.
Méthode publique GetEnumerator Returns an enumerator that can iterate through the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode protégée GetItem Gets a reference to the specified component. (Hérité de ModelComponentCollection.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée IndexOf(String) Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Méthode publique IndexOf(Int32) Gets the index of a Translation, with the specified language.
Méthode protégée IndexOf(IModelComponent) (Hérité de ModelComponentCollection.)
Méthode publique IndexOf(Translation) Gets the index of a specified Translation.
Méthode protégée Insert(Int32, ModelComponent) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique Insert(Int32, Translation) Inserts a Translation into the collection at the specified index.
Méthode publique Insert(Int32, Int32) Creates and inserts a Translation, with the specified language, into the collection at the specified index.
Méthode protégée Insert(IModelComponent, String, Int32) (Hérité de ModelComponentCollection.)
Méthode protégée Insert(IModelComponent, String, Int32, Boolean) (Hérité de ModelComponentCollection.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Move(Int32, Int32) Moves a Translation at the current specified index to a new specified index in the collection.
Méthode publique Move(Translation, Int32) Moves a Translation to a new index in the collection.
Méthode publique Remove(Int32) Removes the Translation, with the specified language, from the collection.
Méthode protégée Remove (Hérité de ModelComponentCollection.)
Méthode publique Remove(Translation) Removes the specified Translation from the collection.
Méthode publique Remove(Int32, Boolean) Infrastructure.
Méthode publique Remove(Translation, Boolean) Infrastructure.
Méthode publique RemoveAt(Int32) Removes the IModelComponent at the specified index from the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Méthode publique RemoveAt(Int32, Boolean) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of ModelComponent objects in the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Propriété protégée DemandLoadingService Infrastructure. (Hérité de ModelComponentCollection.)
Propriété publique IsFixedSize Gets a value indicating whether the ModelComponentCollection has a fixed size. (Hérité de ModelComponentCollection.)
Propriété publique IsReadOnly Gets a value indicating whether the ModelComponentCollection is read-only. (Hérité de ModelComponentCollection.)
Propriété publique IsSynchronized Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Hérité de ModelComponentCollection.)
Propriété publique Item Gets the Translation at the specified index from the collection.
Propriété protégée ItemsType Infrastructure. (Se substitue à ModelComponentCollection. . :: . .ItemsType.)
Propriété publique Parent Gets the IModelComponent that contains the ModelComponentCollection. (Hérité de ModelComponentCollection.)
Propriété protégée Preloadable Infrastructure. (Hérité de ModelComponentCollection.)
Propriété publique SyncRoot Gets an object that can be used to synchronize access to the ModelComponentCollection. (Hérité de ModelComponentCollection.)

Haut de la page

Événements

  Nom Description
Événement public CollectionChanged Infrastructure. (Hérité de ModelComponentCollection.)
Événement public CollectionChanging Infrastructure. (Hérité de ModelComponentCollection.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IList. . :: . .Add (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Clear (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Contains (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .IndexOf (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Insert (Hérité de ModelComponentCollection.)
Implémentation d'interface explicitePropriété privée IList. . :: . .Item (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Remove (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .RemoveAt (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IModelComponentCollection. . :: . .Contains (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IModelComponentCollection. . :: . .Remove(IModelComponent) (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) (Hérité de ModelComponentCollection.)
Implémentation d'interface expliciteMéthode privée IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad (Hérité de ModelComponentCollection.)
Implémentation d'interface explicitePropriété privée IOnDemandLoadableCollection. . :: . .Loaded (Hérité de ModelComponentCollection.)

Haut de la page