Click or drag to resize

SortableCollectionBaseT Methods

The SortableCollectionBaseT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Public methodAddFilter
Public methodAddNew
Adds a new item to the collection.
(Inherited from BindingListT.)
Protected methodAddNewCore
Adds a new item to the end of the collection.
(Inherited from BindingListT.)
Public methodAddNoEvents
Public methodAddToFiltereElements(ListT)
Public methodAddToFiltereElements(T)
Public methodApplyFilter(String, Object)
Public methodApplyFilter(String, Object, FilterOperand)
Public methodApplyFilters
Protected methodApplySortCore (Overrides BindingListTApplySortCore(PropertyDescriptor, ListSortDirection).)
Public methodCancelNew
Discards a pending new item.
(Inherited from BindingListT.)
Public methodClear (Inherited from CollectionT.)
Public methodClearFilters
Protected methodClearItems
Removes all elements from the collection.
(Inherited from BindingListT.)
Public methodContains (Inherited from CollectionT.)
Public methodCopyTo (Inherited from CollectionT.)
Protected methodStatic memberDelete
Public methodEndNew
Commits a pending new item to the collection.
(Inherited from BindingListT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExecuteDeleteQuery
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.)
Protected methodFindCore
Searches for the index of the item that has the specified property descriptor with the specified value, if searching is implemented in a derived class; otherwise, a NotSupportedException.
(Inherited from BindingListT.)
Public methodFromIEnumerable
Public methodGetAuditCnString
Public methodGetByExample
Public methodGetBySelectQuery(SelectQuery)
Public methodGetBySelectQuery(SelectQueryBase)
Protected methodGetBySql
Public methodGetCustomQuery(CustomQuery)
Public methodGetCustomQuery(CustomQueryBase)
Public methodGetCustomQuery(SelectQueryBase)
Public methodGetCustomQueryDS
Public methodGetCustomQueryDV(CustomQuery)
Public methodGetCustomQueryDV(CustomQueryBase)
Public methodGetCustomQueryDV(SelectQuery)
Public methodGetCustomQueryDV(SelectQueryBase)
Protected methodGetCustomSQLQuery
Public methodGetDefaultCNString
Public methodGetDefaultDataProvider
Public methodGetEnumerator (Inherited from CollectionT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionT.)
Public methodInsert
Protected methodInsertItem
Inserts the specified item in the list at the specified index.
(Inherited from BindingListT.)
Public methodInsertNoEvents
Public methodMarkAsChild
Public methodMarkAsParent
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddingNew
Raises the AddingNew event.
(Inherited from BindingListT.)
Protected methodOnChanged
Protected methodOnChanging
Protected methodOnCollectionChanged
Protected methodOnListChanged
Raises the ListChanged event.
(Inherited from BindingListT.)
Protected methodOnMessage
Public methodRemove(ListT)
Public methodRemove(T)
Public methodRemoveAt (Inherited from CollectionT.)
Public methodRemoveFilter
Public methodRemoveFromFiltereElements
Protected methodRemoveItem
Removes the item at the specified index.
(Inherited from BindingListT.)
Public methodRemoveNoEvents
Protected methodRemoveSortCore (Overrides BindingListTRemoveSortCore.)
Public methodResetBindings
Raises a ListChanged event of type Reset.
(Inherited from BindingListT.)
Public methodResetItem
Raises a ListChanged event of type ItemChanged for the item at the specified position.
(Inherited from BindingListT.)
Public methodSave
Public methodSave(CNWrapper)
Public methodStatic memberSelect
Public methodStatic memberSelect(ISelectParameter)
Public methodSerializeToJson
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from BindingListT.)
Public methodSort(String)
Public methodSort(PropertyData)
Public methodSort(String, SortOrder)
Public methodSort(PropertyData, SortOrder)
Public methodStoreToCache
Public methodToDataTable
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from CollectionT.)
Explicit interface implementationPrivate methodIBindingListAddIndex
For a description of this member, see AddIndex(PropertyDescriptor).
(Inherited from BindingListT.)
Explicit interface implementationPrivate methodIBindingListAddNew
Adds a new item to the list. For more information, see AddNew.
(Inherited from BindingListT.)
Explicit interface implementationPrivate methodIBindingListApplySort
Sorts the list based on a PropertyDescriptor and a ListSortDirection. For a complete description of this member, see ApplySort(PropertyDescriptor, ListSortDirection).
(Inherited from BindingListT.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionT.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionT.)
Explicit interface implementationPrivate methodIBindingListFind
For a description of this member, see Find(PropertyDescriptor, Object).
(Inherited from BindingListT.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from CollectionT.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionT.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionT.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionT.)
Explicit interface implementationPrivate methodIBindingListRemoveIndex
For a description of this member, see RemoveIndex(PropertyDescriptor).
(Inherited from BindingListT.)
Explicit interface implementationPrivate methodIBindingListRemoveSort (Inherited from BindingListT.)
Top
See Also