 
            | Miner.Responder.Windows Assembly > Miner.Responder.Windows Namespace : DataManager Class | 
The following tables list the members exposed by DataManager.
| Name | Description | |
|---|---|---|
|  | DataManager Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | ClientRules | |
|  | Configurator | Returns the Miner.Data.Configuration.DataSetConfig from the middle-tier business server. | 
|  | DataQueries | |
|  | ExplorerData | Provides access to the underlying data provider | 
|   | Instance | Return a reference to the data manager. | 
|  | LastSelectedRow | Gets the last row that was selected in a data-bound control. | 
|  | RefreshRate | Returns/sets the how often the refreshing of data takes place. | 
|  | Styles | Returns Miner.Data.Configuration.ControlStyles from the middle-tier business server. | 
|  | SyncLock | Lock object for thread synchronization | 
|  | UserIsEditing | 
| Name | Description | |
|---|---|---|
|  | BeginUpdate | Prevents data refreshes. | 
|  | ChangeCultureTimeMode | Change Time format for Responder Explorer | 
|  | EndUpdate | Allows data refreshes again after calling BeginUpdate. | 
|  | GeospatialToolDeactivated | Method called when a geospatial tool has been deactivated. | 
|  | HandleConcurrencyError | |
|  | OnDataRowActivated | Notifies that a System.Data.DataRow has been activated, allowing client forms to respond to the row activation. | 
|  | OnDataRowSelected | Notifies that a row has been selected in the grid, allowing client forms to respond to the row activation. | 
|  | OnFeatureSelectionChanged | Notifies that the Map's feature selection count has changed. | 
|  | OnGeoRowActivated | Notifies that a row has been activated in the map, allowing client forms to respond to the row activation. | 
|  | OnGeoRowsActivated | Notifies that rows have been activated in the map, allowing client forms to respond to the row activation. | 
|  | OnReinitialize | Allow subscriber to respond to a Reinitialize event. | 
|  | OnSubmitted | Notifies that a dataset has been submitted, allowing client forms to restore the state of data after it has been refreshed. | 
|  | OnSubmitting | Notifies that a dataset is about to be submitted, allowing client forms to preserve the state of data before it is refreshed. | 
|  | OnUpdateData | Allow subscriber to respond to an update data event. | 
|  | RefreshConfigurator | |
|  | RefreshMap | |
|   | RegionName | Determines the human-friendly name of a region based on its region ID number. | 
|  | Submit | Overloaded. Submits a dataset. Doesn't refresh explorer to show submitted changes, and an edit form is not currently being displayed. | 
| Name | Description | |
|---|---|---|
|  | OnRefreshed | Overloaded. | 
|  | OnRefreshing | |
|  | OnRefreshRateChanged | 
| Name | Description | |
|---|---|---|
|  | DataRowActivated | Event fired after client calls OnRowActivated to notify that a row has been activated. This allows client forms to respond to the row activation. | 
|  | DataRowSelected | Event fired after client calls OnRowSelected to notify that a row has been selected. | 
|  | DispatcherChanged | Event raised when dispatchers have changed. The Reinitialize event is raised instead of this event if a changed dispatcher is the current user. | 
|  | FeatureSelectionChanged | Event handler for the map selection changed event. | 
|  | GeoRowActivated | Event fired after client calls OnGeoRowActivated to notify that a row has been activated in the map. This allows client forms to respond to the row activation. | 
|  | Refreshed | Occurs after a refresh is triggered | 
|  | Refreshing | Occurs before a refresh is triggered | 
|  | RefreshRateChanged | Occurs when a refresh data rate changed. | 
|  | Reinitialize | Event for reinitializing the application display, such as drop-downs normally only loaded upon initialization. | 
|  | RolledUpIncidentNotification | Event handler for rolled-up incident notifications. | 
|  | Submitted | Event fired after to a dataset has been submitted. This allows client forms to restore the state of data after it has been refreshed. | 
|  | Submitting | Event fired prior to a dataset being submitted. This allows client forms to preserve the state of data before it is refreshed. | 
|  | ToolDeactivated | Occurs when a tool has been deactivated. | 
|  | UpdateData | Provide an event handler for updating the application's data. |