TranslationCollection Properties

Include Protected Members
Include Inherited Members

The TranslationCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of ModelComponent objects in the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Protected property DemandLoadingService Infrastructure. (Inherited from ModelComponentCollection.)
Public property IsFixedSize Gets a value indicating whether the ModelComponentCollection has a fixed size. (Inherited from ModelComponentCollection.)
Public property IsReadOnly Gets a value indicating whether the ModelComponentCollection is read-only. (Inherited from ModelComponentCollection.)
Public property IsSynchronized Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Inherited from ModelComponentCollection.)
Public property Item Gets the Translation at the specified index from the collection.
Protected property ItemsType Infrastructure. (Overrides ModelComponentCollection.ItemsType.)
Public property Parent Gets the IModelComponent that contains the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Protected property Preloadable Infrastructure. (Inherited from ModelComponentCollection.)
Public property SyncRoot Gets an object that can be used to synchronize access to the ModelComponentCollection. (Inherited from ModelComponentCollection.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IList.Item (Inherited from ModelComponentCollection.)
Explicit interface implemetationPrivate property IOnDemandLoadableCollection.Loaded (Inherited from ModelComponentCollection.)

Top