Responder Developer Guide
DataManager Class Members
Fields  Properties  Methods  Events


Version: 10.2.1a

Resource Center Home

The following tables list the members exposed by DataManager.

Public Constructors
 NameDescription
Public ConstructorDataManager ConstructorCreate an object to handle data and data events for this application.  
Top
Public Fields
 NameDescription
Public FieldExplorerDataProvides access to the underlying data provider  
Top
Public Properties
 NameDescription
Public PropertyClientRules  
Public PropertyConfiguratorReturns the Miner.Data.Configuration.DataSetConfig from the middle-tier business server.  
Public PropertyDataQueries  
Public Propertystatic (Shared in Visual Basic)InstanceReturn a reference to the data manager.  
Public PropertyLastSelectedRowGets the last row that was selected in a data-bound control.  
Public PropertyRefreshRateReturns/sets the how often the refreshing of data takes place.  
Public PropertyStylesReturns Miner.Data.Configuration.ControlStyles from the middle-tier business server.  
Public PropertySyncLockLock object for thread synchronization  
Public PropertyUserIsEditing  
Top
Public Methods
 NameDescription
Public MethodBeginUpdatePrevents data refreshes.  
Public MethodChangeCultureTimeModeChange Time format for Responder Explorer  
Public MethodEndUpdateAllows data refreshes again after calling BeginUpdate.  
Public MethodGeospatialToolDeactivatedMethod called when a geospatial tool has been deactivated.  
Public MethodGetSelectedDataGets a dataset containing the current application data selection.  
Public MethodHandleConcurrencyError  
Public MethodOnDataRowActivatedNotifies that a System.Data.DataRow has been activated, allowing client forms to respond to the row activation.  
Public MethodOnDataRowSelectedNotifies that a row has been selected in the grid, allowing client forms to respond to the row activation.  
Public MethodOnFeatureSelectionChangedNotifies that the Map's feature selection count has changed.  
Public MethodOnGeoRowActivatedNotifies that a row has been activated in the map, allowing client forms to respond to the row activation.  
Public MethodOnGeoRowsActivatedNotifies that rows have been activated in the map, allowing client forms to respond to the row activation.  
Public MethodOnReinitializeAllow subscriber to respond to a Reinitialize event.  
Public MethodOnSubmittedNotifies that a dataset has been submitted, allowing client forms to restore the state of data after it has been refreshed.  
Public MethodOnSubmittingNotifies that a dataset is about to be submitted, allowing client forms to preserve the state of data before it is refreshed.  
Public MethodOnUpdateDataAllow subscriber to respond to an update data event.  
Public MethodRefreshConfigurator  
Public MethodRefreshMap  
Public Methodstatic (Shared in Visual Basic)RegionNameDetermines the human-friendly name of a region based on its region ID number.  
Public MethodSaveSelectedDataGets a dataset containing the selected data and then asks user to specify the file where the data will be written.  
Public MethodSubmitOverloaded. Submits a dataset. Doesn't refresh explorer to show submitted changes, and an edit form is not currently being displayed.  
Top
Protected Methods
 NameDescription
Protected MethodOnRefreshedOverloaded.   
Protected MethodOnRefreshing  
Top
Public Events
 NameDescription
Public EventDataRowActivatedEvent fired after client calls OnRowActivated to notify that a row has been activated. This allows client forms to respond to the row activation.  
Public EventDataRowSelectedEvent fired after client calls OnRowSelected to notify that a row has been selected.  
Public EventDispatcherChangedEvent raised when dispatchers have changed. The Reinitialize event is raised instead of this event if a changed dispatcher is the current user.  
Public EventFeatureSelectionChangedEvent handler for the map selection changed event.  
Public EventGeoRowActivatedEvent 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.  
Public EventRefreshedOccurs after a refresh is triggered  
Public EventRefreshingOccurs before a refresh is triggered  
Public EventReinitializeEvent for reinitializing the application display, such as drop-downs normally only loaded upon initialization.  
Public EventRolledUpIncidentNotificationEvent handler for rolled-up incident notifications.  
Public EventSubmittedEvent fired after to a dataset has been submitted. This allows client forms to restore the state of data after it has been refreshed.  
Public EventSubmittingEvent fired prior to a dataset being submitted. This allows client forms to preserve the state of data before it is refreshed.  
Public EventToolDeactivatedOccurs when a tool has been deactivated.  
Public EventUpdateDataProvide an event handler for updating the application's data.  
Top
See Also

Reference

DataManager Class
Miner.Responder.Windows Namespace

 

 


Send Comment