Interface ISupportEntityListView
- Namespace
- Innova.Prism.Infrastructure.Interfaces
- Assembly
- Innova.Prism.Infrastructure.dll
Represents an interface for supporting entity list views.
public interface ISupportEntityListView
Properties
- EnablePaging
Gets or sets a value indicating whether paging is enabled.
- EntityListView
Gets or sets the entity list view.
- EntityType
Gets the type of the entity.
- GetQueryParameterFunc
Gets the function to retrieve the query parameter.
- Header
Gets the header of the entity list view.
- ResultType
Gets the type of the result.
Methods
- GetDataAsDataTable()
Retrieves the data as a DataTable.