메소드 | 설명 | |
---|---|---|
AddObjects ( ICollection modelObjects ) : void |
|
|
ApplyFilters ( IModelFilter iModelFilter, IListFilter iListFilter ) : void |
Apply the given filters to this data source. One or both may be null.
|
|
FastObjectListDataSource ( |
Create a FastObjectListDataSource
|
|
GetNthObject ( int n ) : object |
Get n'th object
|
|
GetObjectCount ( ) : int |
How many items are in the data source
|
|
GetObjectIndex ( object model ) : int |
Get the index of the given model
|
|
InsertObjects ( int index, ICollection modelObjects ) : void |
|
|
RemoveObjects ( ICollection modelObjects ) : void |
Remove the given collection of models from this source.
|
|
SearchText ( string text, int first, int last, BrightIdeasSoftware.OLVColumn column ) : int |
|
|
SetObjects ( IEnumerable collection ) : void |
|
|
Sort ( BrightIdeasSoftware.OLVColumn column, SortOrder sortOrder ) : void |
|
|
UpdateObject ( int index, object modelObject ) : void |
Update/replace the nth object with the given object
|
메소드 | 설명 | |
---|---|---|
FilterObjects ( ) : void |
Build our filtered list from our full list.
|
|
RebuildIndexMap ( ) : void |
Rebuild the map that remembers which model object is displayed at which line
|
public AddObjects ( ICollection modelObjects ) : void | ||
modelObjects | ICollection | |
리턴 | void |
public ApplyFilters ( IModelFilter iModelFilter, IListFilter iListFilter ) : void | ||
iModelFilter | IModelFilter | |
iListFilter | IListFilter | |
리턴 | void |
public FastObjectListDataSource ( |
||
listView | ||
리턴 | System |
public InsertObjects ( int index, ICollection modelObjects ) : void | ||
index | int | |
modelObjects | ICollection | |
리턴 | void |
public RemoveObjects ( ICollection modelObjects ) : void | ||
modelObjects | ICollection | |
리턴 | void |
public SearchText ( string text, int first, int last, BrightIdeasSoftware.OLVColumn column ) : int | ||
text | string | |
first | int | |
last | int | |
column | BrightIdeasSoftware.OLVColumn | |
리턴 | int |
public SetObjects ( IEnumerable collection ) : void | ||
collection | IEnumerable | |
리턴 | void |
public Sort ( BrightIdeasSoftware.OLVColumn column, SortOrder sortOrder ) : void | ||
column | BrightIdeasSoftware.OLVColumn | |
sortOrder | SortOrder | |
리턴 | void |
public UpdateObject ( int index, object modelObject ) : void | ||
index | int | |
modelObject | object | |
리턴 | void |