Wb |
This is preliminary documentation and is subject to change.
The WbMonolingualTextsCollection type exposes the following members.
Name | Description | |
---|---|---|
WbMonolingualTextsCollection | Initializes a new instance of the WbMonolingualTextsCollection class | |
WbMonolingualTextsCollection(IEnumerableKeyValuePairString, IEnumerableString) | Initializes a new instance of the WbMonolingualTextsCollection class | |
WbMonolingualTextsCollection(IEnumerableWbMonolingualText) | Initializes a new instance of the WbMonolingualTextsCollection class |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollectionT. | |
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. | |
Item | Gets/sets the associated text to the specified language. | |
Languages | Gets a view of all the languages. |
Name | Description | |
---|---|---|
Add(WbMonolingualText) | ||
Add(String, String) | ||
Clear | Removes all items from the ICollectionT. | |
ContainsLanguage | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Remove(String) | Removes all the text entries associated with the specified language from the collection. | |
Remove(WbMonolingualText) | Removes the first occurrence of a specific object from the ICollectionT. | |
Remove(String, String) | Removes a text entry from the collection. | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TryGetMonolingualTexts | Tries to get the WbMonolingualText associated with the specified language. |
Name | Description | |
---|---|---|
ICollectionWbMonolingualTextAdd | Adds an item to the ICollectionT. | |
ICollectionWbMonolingualTextContains | Determines whether the ICollectionT contains a specific value. | |
ICollectionWbMonolingualTextCopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |