Property | Type | Description | |
---|---|---|---|
EnsureNewCommand | void | ||
EnsureOpenCommand | void | ||
EnsureOrderByExpression | void | ||
ExportPage | int | ||
GetPagedQuery | ZbTask |
||
OnExportPageError | void | ||
OnExportPageError | void | ||
OnExportPageResultFactory | Action |
||
OnExportPageResultFactory | Action |
||
OnLocalModelCreated | void | ||
OnObjectCreated | void | ||
UpdateCommands | void | ||
_filterList_PropertyChanged | void | ||
_filterList_UserFilterAdded | void | ||
_selectedItems_CollectionChanged | void |
Method | Description | |
---|---|---|
AddFilter ( IFilterModel mdl ) : void | ||
CanExportXML ( ) : bool | ||
CanMerge ( ) : bool | ||
CanMergeReason ( ) : string | ||
CanNextPage ( ) : bool | ||
CanPrevPage ( ) : bool | ||
Default ( ) : void | ||
Delete ( ) : void | ||
DoDragDrop ( ) : object | ||
Export ( ) : void | ||
ExportXML ( ) : void | ||
Merge ( ) : void | ||
New ( ) : void | ||
NextPage ( ) : void | ||
OnDrop ( object data ) : bool | ||
Open ( ) : void | ||
PrevPage ( ) : void | ||
Print ( ) : void | ||
RemoveFilter ( IFilterModel mdl ) : void | ||
ResetDisplayedColumns ( ) : void | ||
ResetSort ( bool refresh = true ) : void | ||
SelectColumns ( ) : void | ||
SetInitialSort ( string orderByExpression ) : void | ||
SetInitialSort ( string orderByExpression, System direction ) : void | ||
Sort ( string orderByExpression, System direction ) : void |
Method | Description | |
---|---|---|
CreateCommands ( ) : ObservableCollection |
Method | Description | |
---|---|---|
EnsureNewCommand ( ) : void | ||
EnsureOpenCommand ( ) : void | ||
EnsureOrderByExpression ( ) : void | ||
ExportPage ( StreamWriter sw, List |
||
GetPagedQuery ( int page, int pageSize, IQueryable unpagedQuery ) : ZbTask |
||
OnExportPageError ( Exception ex ) : void | ||
OnExportPageError ( IDisposable d, Exception ex ) : void | ||
OnExportPageResultFactory ( List |
||
OnExportPageResultFactory ( StreamWriter sw, List |
||
OnLocalModelCreated ( DataObjectViewModel vm ) : void | ||
OnObjectCreated ( IDataObject obj ) : void | ||
UpdateCommands ( ) : void | ||
_filterList_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void | ||
_filterList_UserFilterAdded ( object sender, |
||
_selectedItems_CollectionChanged ( object sender, |
protected CreateCommands ( ) : ObservableCollection |
||
return | ObservableCollection |
public RemoveFilter ( IFilterModel mdl ) : void | ||
mdl | IFilterModel | |
return | void |
public SetInitialSort ( string orderByExpression ) : void | ||
orderByExpression | string | |
return | void |
public SetInitialSort ( string orderByExpression, System direction ) : void | ||
orderByExpression | string | |
direction | System | |
return | void |
public Sort ( string orderByExpression, System direction ) : void | ||
orderByExpression | string | |
direction | System | |
return | void |