TableAndColumnSelectorViewModelSelectedTableCollection - класс

Definition

Пространство имён: Tessa.UI.Scheme.Legacy
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public sealed class SelectedTableCollection : SelectedObjectCollection<SchemeTable>
Inheritance
Object    CollectionSchemeTable    ObservableCollectionSchemeTable    SelectedObjectCollectionSchemeTable    TableAndColumnSelectorViewModelSelectedTableCollection

Свойства

CountGets the number of elements actually contained in the CollectionT.
(Унаследован от CollectionSchemeTable)
ItemGets or sets the element at the specified index.
(Унаследован от CollectionSchemeTable)
ItemsGets a IListT wrapper around the CollectionT.
(Унаследован от CollectionSchemeTable)

Методы

AddAdds an object to the end of the CollectionT.
(Унаследован от CollectionSchemeTable)
BlockReentrancyDisallows reentrant attempts to change this collection.
(Унаследован от ObservableCollectionSchemeTable)
CheckReentrancyChecks for reentrant attempts to change this collection.
(Унаследован от ObservableCollectionSchemeTable)
ClearRemoves all elements from the CollectionT.
(Унаследован от CollectionSchemeTable)
ClearItemsRemoves all items from the collection.
(Унаследован от ObservableCollectionSchemeTable)
ContainsDetermines whether an element is in the CollectionT.
(Унаследован от CollectionSchemeTable)
CopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Унаследован от CollectionSchemeTable)
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.
(Унаследован от CollectionSchemeTable)
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.
(Унаследован от CollectionSchemeTable)
InsertInserts an element into the CollectionT at the specified index.
(Унаследован от CollectionSchemeTable)
InsertItem
(Унаследован от SelectedObjectCollectionTModel)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
MoveMoves the item at the specified index to a new location in the collection.
(Унаследован от ObservableCollectionSchemeTable)
MoveItemMoves the item at the specified index to a new location in the collection.
(Унаследован от ObservableCollectionSchemeTable)
OnCollectionChangedRaises the CollectionChanged event with the provided arguments.
(Унаследован от ObservableCollectionSchemeTable)
OnLastAddedItemChanged
(Переопределяет SelectedObjectCollectionTModelOnLastAddedItemChanged)
OnPropertyChangedRaises the PropertyChanged event with the provided arguments.
(Унаследован от ObservableCollectionSchemeTable)
RemoveRemoves the first occurrence of a specific object from the CollectionT.
(Унаследован от CollectionSchemeTable)
RemoveAtRemoves the element at the specified index of the CollectionT.
(Унаследован от CollectionSchemeTable)
RemoveItem
(Унаследован от SelectedObjectCollectionTModel)
SetItem
(Унаследован от SelectedObjectCollectionTModel)
ToStringReturns a string that represents the current object.
(Унаследован от Object)
ValidateItem
(Переопределяет SelectedObjectCollectionTModelValidateItem(TModel))

События

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

Поля

selector
(Унаследован от SelectedObjectCollectionTModel)

См. также