Namespace Innova.Prism.Infrastructure.Interfaces
Interfaces
| Name | Summary |
|---|---|
| IBusyViewModel | Represents a view model that supports busy state. |
| IEntityListView | Represents an interface for an entity list view that can export grid data. |
| IExportDataSet | Represents an interface for exporting data to a DataSet. |
| IExportDataTable | Represents an interface for exporting data to a DataTable. |
| IExportGrid | Represents an interface for exporting grid data. |
| IExportTemplate | Represents an interface for exporting data. |
| ILayout | Represents the layout interface. |
| IListDeleteViewModel | Represents a view model for a list of items that supports deletion. |
| IListViewModel | Represents a view model for a list of items. |
| IListViewModel<T, TResult> | Represents a view model for a list of items with specific types. |
| IQuickFindSubSearchItemViewModel | Represents a view model for a sub-search item in the quick find feature. |
| ISecurityService<T> | Represents a security service. |
| ISortOrder | Represents an interface for defining the sort order. |
| ISupportEntityListView | Represents an interface for supporting entity list views. |
| ISupportSetFocusOnFirstItem | Represents an interface for supporting the ability to set focus on the first item. |