DbMaintenanceViewModel<(Of <(<'TEntity>)>)> Properties
The DbMaintenanceViewModel<(Of <(<'TEntity>)>)> type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChangingEntity |
Gets a value indicating whether the base entity is loading from the database or is being cleared.
|
|
ConfirmDeleteCaption |
Gets the confirm delete caption. Override this for localization.
|
|
Entity |
Gets the entity.
|
|
FindButtonInitialSearchFor |
Gets the initial search for text when the Find button is clicked. By default it is the key auto fill text.
|
|
PageSize |
Gets the number of rows on a page.
|
|
RecordsChanged |
Gets a value indicating whether this process has changed the data source.
|
|
RenameKeyAutoFillValueCaption |
Gets the rename key auto fill value message caption. Override this for localization.
|
|
SaveChangesMessage |
Gets the save changes message. Override this for localization.
|
|
SearchText |
Gets or sets the search text.
|
|
SearchType |
Gets the type of the search.
|
|
SelectedIndex |
Gets the index of the selected.
|
|
TableDefinition |
Gets the table definition.
|
|
TableDefinitionBase |
Gets the table definition.
|
|
TablesToDelete |
Gets the tables to delete.
|
|
ValidateAllAtOnce |
Gets a value indicating whether [validate all at once].
|