LocalizationItemCollection Methods
A collection of localization items
Name | Description |
---|---|
Add |
Adds an object to the end of the Collection |
Add |
Appends an array of localization items to the collection. |
Clear() |
Removes all elements from the Collection |
Clear |
Removes all elements from the Collection |
Collect |
Removes localization items for components not contained in the specified list. |
Contains |
Determines whether an element is in the Collection |
Copy |
Copies the entire Collection |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the list of cultures contained in the localization items in the current collection. |
Get |
Returns an enumerator that iterates through the Collection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection |
Insert |
Inserts an element into the Collection |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the first occurrence of a specific object from the Collection |
Remove |
Removes the element at the specified index of the Collection |
Remove |
Removes the element at the specified index of the Collection |
Save |
Updates collection items related to the specified reporting components (controls) and the specified culture. Removes unnecessary items. |
Save |
Updates collection items related to the specified reporting component (control) and the specified culture. |
Set |
Replaces the element at the specified index.
Inherited from Collection |
Sort() | Sorts elements in the collection using the built-in comparer. |
ICollection. |
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Inherited from Collection |
IEnumerable. |
Returns an enumerator that iterates through a collection.
Inherited from Collection |
IList. |
Adds an item to the IList.
Inherited from Collection |
IList. |
Determines whether the IList contains a specific value.
Inherited from Collection |
IList. |
Determines the index of a specific item in the IList.
Inherited from Collection |
IList. |
Removes the first occurrence of a specific object from the IList.
Inherited from Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also