Class QueryResultBindingList<T>
Inheritance
System.Object
QueryResultBindingList<T>
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public class QueryResultBindingList<T> : BindingList<T>, IObjectContextProvider, IPersistentBehavior
Type Parameters
T
|
Properties
AddBehavior
Context
Declaration
public IObjectContext Context { get; }
Property Value
Implements
DeleteBehavior
Declaration
public PersistenceBehavior DeleteBehavior { get; set; }
Property Value
IsSortedCore
Declaration
protected override bool IsSortedCore { get; }
Property Value
System.
|
SortDirectionCore
Declaration
protected override ListSortDirection SortDirectionCore { get; }
Property Value
System.
|
SortPropertyCore
Declaration
protected override PropertyDescriptor SortPropertyCore { get; }
Property Value
System.
|
SupportsSortingCore
Declaration
protected override bool SupportsSortingCore { get; }
Property Value
System.
|
Methods
AddNewCore()
Declaration
protected override object AddNewCore()
Returns
System.
|
ApplySortCore(PropertyDescriptor, ListSortDirection)
Declaration
protected override void ApplySortCore(PropertyDescriptor property, ListSortDirection direction)
Parameters
System.
|
System.
|
ClearItems()
Declaration
protected override void ClearItems()
InsertItem(Int32, T)
Declaration
protected override void InsertItem(int index, T item)
Parameters
System.
|
T
item
|
RemoveItem(Int32)
Declaration
protected override void RemoveItem(int index)
Parameters
System.
|
RemoveSortCore()
Declaration
protected override void RemoveSortCore()
SetItem(Int32, T)
Declaration
protected override void SetItem(int index, T item)
Parameters
System.
|
T
item
|