Click or drag to resize
NotifyListT Methods

The NotifyListT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionT.)
Public methodAddIndex
Not implemented.
Public methodAddNew
See interface docs.
Public methodApplySort
Not implemented.
Protected methodBlockReentrancy
Disallows reentrant attempts to change this collection.
(Inherited from ObservableCollectionT.)
Protected methodCheckReentrancy
Checks for reentrant attempts to change this collection.
(Inherited from ObservableCollectionT.)
Public methodClear (Inherited from CollectionT.)
Protected methodClearItems
See base docs.
(Overrides ObservableCollectionTClearItems.)
Public methodContains (Inherited from CollectionT.)
Public methodCopyTo (Inherited from CollectionT.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind
Not implemented.
Public methodGetEnumerator (Inherited from CollectionT.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionT.)
Public methodInsert (Inherited from CollectionT.)
Protected methodInsertItem
See base docs.
(Overrides ObservableCollectionTInsertItem(Int32, T).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMove
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionT.)
Protected methodMoveItem
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionT.)
Protected methodOnCollectionChanged
Called when the underlying collection is changed.
(Overrides ObservableCollectionTOnCollectionChanged(NotifyCollectionChangedEventArgs).)
Protected methodOnListChanged
Raises ListChanged.
Protected methodOnPropertyChanged
Raises the PropertyChanged event with the provided arguments.
(Inherited from ObservableCollectionT.)
Public methodRemove (Inherited from CollectionT.)
Public methodRemoveAt (Inherited from CollectionT.)
Public methodRemoveIndex
Not implemented.
Protected methodRemoveItem
See base docs.
(Overrides ObservableCollectionTRemoveItem(Int32).)
Public methodRemoveSort
Not implemented.
Protected methodSetItem
See base docs.
(Overrides ObservableCollectionTSetItem(Int32, T).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsListT
Obtains the data as a list; if it is *already* a list, the original object is returned without any duplication; otherwise, ToList() is invoked.
(Defined by SqlMapper.)
Public Extension MethodHasSameContentAs
Returns true if two ILists have the same content.
(Defined by IListExtensions.)
Top
See Also