Mono Class Library: Overview

System.ComponentModel.IBindingList: Members

The members of System.ComponentModel.IBindingList are listed below.

Public Properties

[read-only]
AllowEditbool. Documentation for this section has not yet been entered.
[read-only]
AllowNewbool. Documentation for this section has not yet been entered.
[read-only]
AllowRemovebool. Documentation for this section has not yet been entered.
[read-only]
IsSortedbool. Documentation for this section has not yet been entered.
[read-only]
SortDirectionListSortDirection. Documentation for this section has not yet been entered.
[read-only]
SortPropertyPropertyDescriptor. Documentation for this section has not yet been entered.
[read-only]
SupportsChangeNotificationbool. Documentation for this section has not yet been entered.
[read-only]
SupportsSearchingbool. Documentation for this section has not yet been entered.
[read-only]
SupportsSortingbool. Documentation for this section has not yet been entered.

Public Methods

AddIndex(PropertyDescriptor)
Documentation for this section has not yet been entered.
AddNew() : object
Documentation for this section has not yet been entered.
ApplySort(PropertyDescriptor, ListSortDirection)
Documentation for this section has not yet been entered.
Find(PropertyDescriptor, object) : int
Documentation for this section has not yet been entered.
RemoveIndex(PropertyDescriptor)
Documentation for this section has not yet been entered.
RemoveSort()
Documentation for this section has not yet been entered.

Public Events

ListChangedDocumentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.