Click or drag to resize
NotifyList<T> Methods

The NotifyList< T> generic type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from Collection<T>.)
Public methodAddIndex
Not implemented.
Public methodAddNew
See interface docs.
Public methodApplySort
Not implemented.
Protected methodBlockReentrancy
Disallows reentrant attempts to change this collection.
(Inherited from ObservableCollection<T>.)
Protected methodCheckReentrancy
Checks for reentrant attempts to change this collection.
(Inherited from ObservableCollection<T>.)
Public methodClear (Inherited from Collection<T>.)
Protected methodClearItems
See base docs.
(Overrides ObservableCollection<T>.ClearItems().)
Public methodContains (Inherited from Collection<T>.)
Public methodCopyTo (Inherited from Collection<T>.)
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 Collection<T>.)
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 Collection<T>.)
Public methodInsert (Inherited from Collection<T>.)
Protected methodInsertItem
See base docs.
(Overrides ObservableCollection<T>.InsertItem(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 ObservableCollection<T>.)
Protected methodMoveItem
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollection<T>.)
Protected methodOnCollectionChanged
Called when the underlying collection is changed.
(Overrides ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs).)
Protected methodOnListChanged
Raises ListChanged.
Protected methodOnPropertyChanged
Raises the PropertyChanged event with the provided arguments.
(Inherited from ObservableCollection<T>.)
Public methodRemove (Inherited from Collection<T>.)
Public methodRemoveAt (Inherited from Collection<T>.)
Public methodRemoveIndex
Not implemented.
Protected methodRemoveItem
See base docs.
(Overrides ObservableCollection<T>.RemoveItem(Int32).)
Public methodRemoveSort
Not implemented.
Protected methodSetItem
See base docs.
(Overrides ObservableCollection<T>.SetItem(Int32, T).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsList<T>
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