Для изменения размера нажмите или перетащите

SelectedObjectCollectionTModel - класс

Иерархия наследования
SystemObject
  System.Collections.ObjectModelCollectionTModel
    System.Collections.ObjectModelObservableCollectionTModel
      Tessa.UI.Scheme.LegacySelectedObjectCollectionTModel
        Tessa.UI.Scheme.LegacyTableAndColumnSelectorViewModelSelectedColumnCollection
        Tessa.UI.Scheme.LegacyTableAndColumnSelectorViewModelSelectedTableCollection

Пространство имён:  Tessa.UI.Scheme.Legacy
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public abstract class SelectedObjectCollection<TModel> : ObservableCollection<TModel>
where TModel : SchemeObject

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

TModel

Тип SelectedObjectCollectionTModel предоставляет следующие члены.

Конструкторы
  ИмяОписание
Защищённый методSelectedObjectCollectionTModel
Инициализирует новый экземпляр класса SelectedObjectCollectionTModel
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоCount (Унаследован от CollectionTModel.)
Открытое свойствоItem
Gets or sets the element at the specified index.
(Унаследован от CollectionTModel.)
Защищённое свойствоItems (Унаследован от CollectionTModel.)
В начало страницы
Методы
  ИмяОписание
Открытый методAdd (Унаследован от CollectionTModel.)
Защищённый методBlockReentrancy
Disallows reentrant attempts to change this collection.
(Унаследован от ObservableCollectionTModel.)
Защищённый методCheckReentrancy
Checks for reentrant attempts to change this collection.
(Унаследован от ObservableCollectionTModel.)
Открытый методClear (Унаследован от CollectionTModel.)
Защищённый методClearItems
Removes all items from the collection.
(Унаследован от ObservableCollectionTModel.)
Открытый методContains (Унаследован от CollectionTModel.)
Открытый методCopyTo (Унаследован от CollectionTModel.)
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetEnumerator (Унаследован от CollectionTModel.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методIndexOf (Унаследован от CollectionTModel.)
Открытый методInsert (Унаследован от CollectionTModel.)
Защищённый методInsertItem (Переопределяет ObservableCollectionTInsertItem(Int32, T).)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методMove
Moves the item at the specified index to a new location in the collection.
(Унаследован от ObservableCollectionTModel.)
Защищённый методMoveItem
Moves the item at the specified index to a new location in the collection.
(Унаследован от ObservableCollectionTModel.)
Защищённый методOnCollectionChanged
Raises the CollectionChanged event with the provided arguments.
(Унаследован от ObservableCollectionTModel.)
Защищённый методOnLastAddedItemChanged
Защищённый методOnPropertyChanged
Raises the PropertyChanged event with the provided arguments.
(Унаследован от ObservableCollectionTModel.)
Открытый методRemove (Унаследован от CollectionTModel.)
Открытый методRemoveAt (Унаследован от CollectionTModel.)
Защищённый методRemoveItem (Переопределяет ObservableCollectionTRemoveItem(Int32).)
Защищённый методSetItem (Переопределяет ObservableCollectionTSetItem(Int32, T).)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
Защищённый методValidateItem
В начало страницы
События
  ИмяОписание
Открытое событиеCollectionChanged
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
(Унаследован от ObservableCollectionTModel.)
Защищённое событиеPropertyChanged
Occurs when a property value changes.
(Унаследован от ObservableCollectionTModel.)
В начало страницы
Поля
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также