LocalizableValueCollection - класс Члены Смотри также Terrasoft.Common - пространство имен : LocalizableValueCollection - класс C#
Glossary Item Box
public class LocalizableValueCollection : System.Collections.ObjectModel.Collection<LocalizableValue>
Тип LocalizableValueCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | LocalizableValueCollection | Перегружен. |
Имя | Описание | |
---|---|---|
![]() | Clone | Creates a copy of the current collection LocalizableValueCollection |
![]() | FindByItemName | Searches an element by the specified name. |
![]() | GetByItemName | Returns an element with the specified name or throws an exception, if the element is not found. |
![]() | GetDifferenceByName | Returns the collection of elements that represents difference by name between the current collection and the specified collection. |
![]() | GetDifferenceByValues | Returns the collection of elements that represents difference by value between the current collection and the specified collection according to the specified culture. |
![]() | RemoveByItemName | Deletes the element with name itemName from the current collection of localizable values. |
System.Object
System.Collections.ObjectModel.Collection<T>
Terrasoft.Common.LocalizableValueCollection