GroupView - класс

Definition

Пространство имён: Tessa.UI.Data
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public sealed class GroupView : ReadOnlyObservableCollection<Object>, 
	ICollectionView, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IList, 
	ICollection, IWeakEventListener
Inheritance
Object    ReadOnlyCollectionObject    ReadOnlyObservableCollectionObject    GroupView
Implements
ICollection, IEnumerable, IList, INotifyCollectionChanged, ICollectionView, INotifyPropertyChanged, IWeakEventListener

Свойства

CountGets the number of elements contained in the ReadOnlyCollectionT instance.
(Унаследован от ReadOnlyCollectionObject)
IsExpanded 
IsUnnamed 
ItemGets the element at the specified index.
(Унаследован от ReadOnlyCollectionObject)
ItemsReturns the IListT that the ReadOnlyCollectionT wraps.
(Унаследован от ReadOnlyCollectionObject)
Name 

Методы

ContainsDetermines whether an element is in the ReadOnlyCollectionT.
(Унаследован от ReadOnlyCollectionObject)
CopyToCopies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Унаследован от ReadOnlyCollectionObject)
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 ReadOnlyCollectionT.
(Унаследован от ReadOnlyCollectionObject)
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 ReadOnlyCollectionT.
(Унаследован от ReadOnlyCollectionObject)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
OnCollectionChangedRaises the CollectionChanged event using the provided arguments.
(Унаследован от ReadOnlyObservableCollectionObject)
OnPropertyChangedRaises the PropertyChanged event using the provided arguments.
(Унаследован от ReadOnlyObservableCollectionObject)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

События

CollectionChangedOccurs when an item is added or removed.
(Унаследован от ReadOnlyObservableCollectionObject)
PropertyChangedOccurs when a property value changes.
(Унаследован от ReadOnlyObservableCollectionObject)

Поля

Методы расширения

AddRangeForList Добавляет значения items в коллекцию collection.
(Определяется Extensions)
InsertRangeForList Вставляет диапазон элементов в заданный список items, начиная с указанного индекса index.
(Определяется Extensions)
RemoveAllForList Удаляет все элементы, совпадающие по заданному предикату. Возвращает количество удалённых элементов.
(Определяется Extensions)

См. также