Open Rails

SortableBindingList(T) Methods

The methods of the SortableBindingList(T) class are listed below. For a complete list of SortableBindingList(T) class members, see the SortableBindingList(T) Members topic.

Public Instance Methods

Add (inherited from Collection)Adds an object to the end of the Collection`1.
AddNew (inherited from BindingList)Adds a new item to the collection.
CancelNew (inherited from BindingList)Discards a pending new item.
Clear (inherited from Collection)Removes all elements from the Collection`1.
Contains (inherited from Collection)Determines whether an element is in the Collection`1.
CopyTo (inherited from Collection)Copies the entire Collection`1 to a compatible one-dimensional Array, starting at the specified index of the target array.
EndNew (inherited from BindingList)Commits a pending new item to the collection.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from Collection)Returns an enumerator that iterates through the Collection`1.
GetHashCode (inherited from Object)Serves as a hash function for a particular type.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf (inherited from Collection)Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection`1.
Insert (inherited from Collection)Inserts an element into the Collection`1 at the specified index.
Remove (inherited from Collection)Removes the first occurrence of a specific object from the Collection`1.
RemoveAt (inherited from Collection)Removes the element at the specified index of the Collection`1.
ResetBindings (inherited from BindingList)Raises a ListChanged event of type Reset.
ResetItem (inherited from BindingList)Raises a ListChanged event of type ItemChanged for the item at the specified position.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

AddNewCore (inherited from BindingList)Adds a new item to the end of the collection.
ApplySortCore
ClearItems (inherited from BindingList)Removes all elements from the collection.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
FindCore (inherited from BindingList)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.
InsertItem (inherited from BindingList)Inserts the specified item in the list at the specified index.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnAddingNew (inherited from BindingList)Raises the AddingNew event.
OnListChanged (inherited from BindingList)Raises the ListChanged event.
RemoveItem (inherited from BindingList)Removes the item at the specified index.
RemoveSortCore
SetItem (inherited from BindingList)Replaces the item at the specified index with the specified item.

See Also

SortableBindingList<T> Class | ORTS Namespace