SealableObjectObservableCollectionT - класс

Коллекция, поддерживающая защиту от изменений и уведомления об изменении. Вложенные в коллекцию объекты также защищаются от изменений, а их значения никогда не равны null.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
[SerializableAttribute]
public class SealableObjectObservableCollection<T> : SealableObservableCollection<T>
where T : class, ISealable
Inheritance
Object    CollectionT    ObservableCollectionT    SealableObservableCollectionT    SealableObjectObservableCollectionT
Derived

Параметры типа

T
Ссылочный тип элементов коллекции, реализующих интерфейс ISealable.

Конструкторы

SealableObjectObservableCollectionTСоздаёт экземпляр класса с параметрами по умолчанию.
SealableObjectObservableCollectionT(Boolean)Создаёт экземпляр класса с указанием признака того, что объект должен быть защищён от изменений.
SealableObjectObservableCollectionT(IEnumerableT)Создаёт экземпляр класса с указанием коллекции элементов, используемой для инициализации списка.
SealableObjectObservableCollectionT(ListT)Создаёт экземпляр класса с указанием списка элементов, используемого для инициализации списка.
SealableObjectObservableCollectionT(IEnumerableT, Boolean) Создаёт экземпляр класса с указанием коллекции элементов, используемой для инициализации списка, и признака того, что объект должен быть защищён от изменений.
SealableObjectObservableCollectionT(ListT, Boolean) Создаёт экземпляр класса с указанием списка элементов, используемого для инициализации списка, и признака того, что объект должен быть защищён от изменений.

Свойства

CountGets the number of elements actually contained in the CollectionT.
(Унаследован от CollectionT)
IsSealedПризнак того, что объект был защищён от изменений.
(Унаследован от SealableObservableCollectionT)
ItemGets or sets the element at the specified index.
(Унаследован от CollectionT)
ItemsGets a IListT wrapper around the CollectionT.
(Унаследован от CollectionT)

Методы

AddAdds an object to the end of the CollectionT.
(Унаследован от CollectionT)
BlockReentrancyDisallows reentrant attempts to change this collection.
(Унаследован от ObservableCollectionT)
CheckReentrancyChecks for reentrant attempts to change this collection.
(Унаследован от ObservableCollectionT)
CheckSealed Выбрасывает исключение [Tessa.Platform.ObjectSealedException], если объект был защищён от изменений.
(Унаследован от SealableObservableCollectionT)
ClearRemoves all elements from the CollectionT.
(Унаследован от CollectionT)
ClearItemsУдаляет все элементы из коллекции.
(Унаследован от SealableObservableCollectionT)
ContainsDetermines whether an element is in the CollectionT.
(Унаследован от CollectionT)
CopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Унаследован от CollectionT)
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Унаследован от CollectionT)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Унаследован от CollectionT)
InsertInserts an element into the CollectionT at the specified index.
(Унаследован от CollectionT)
InsertItemВставляет в коллекцию заданный элемент по указанному индексу.
(Переопределяет SealableObservableCollectionTInsertItem(Int32, T))
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
MoveMoves the item at the specified index to a new location in the collection.
(Унаследован от ObservableCollectionT)
MoveItemMoves the item at the specified index to a new location in the collection.
(Унаследован от ObservableCollectionT)
OnCollectionChangedRaises the CollectionChanged event with the provided arguments.
(Унаследован от ObservableCollectionT)
OnPropertyChangedRaises the PropertyChanged event with the provided arguments.
(Унаследован от ObservableCollectionT)
RemoveRemoves the first occurrence of a specific object from the CollectionT.
(Унаследован от CollectionT)
RemoveAtRemoves the element at the specified index of the CollectionT.
(Унаследован от CollectionT)
RemoveItemУдаляет элемент из коллекции по заданному индексу.
(Унаследован от SealableObservableCollectionT)
SealЗащищает объект от изменений.
(Унаследован от SealableObservableCollectionT)
SealInternal

Защищает объект от изменений.

Метод может быть переопределён в классах-наследниках.


(Переопределяет SealableObservableCollectionTSealInternal)
SetItemЗамещает заданный элемент по указанному индексу коллекции.
(Переопределяет SealableObservableCollectionTSetItem(Int32, T))
ToStringReturns a string that represents the current object.
(Унаследован от Object)

События

CollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed.
(Унаследован от ObservableCollectionT)
PropertyChangedOccurs when a property value changes.
(Унаследован от ObservableCollectionT)

См. также