Version

BaseGenericDataSource Class Members

The following tables list the members exposed by BaseGenericDataSource.

Public Properties
 NameDescription
Public PropertyExecutionContextGets or sets the execution context that the data source should synchronize asynchronous actions with, or use to defer delayed actions.  
Public Methods
 NameDescription
Public MethodQueueAutoRefreshCalled to manually queue a refresh of the data source.  
Public MethodResetResets all the properties to their default values  
Public MethodResetExecutionContextResets the ExecutionContext property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Protected MethodShouldSerializeExecutionContextIndicates if the ExecutionContext property needs to be serialized.  
Public Events
 NameDescription
Public EventPropertyChangedEvent raised when a property value is changed.  
See Also