VariableBaseProjectDataProviderEngineConst

Abstract class that provides a placeholder notifyUpdate for Base Project Data Provider Engine classes. If a Base Project Data Provider Engine class extends this class, it doesn't have to specify its own notifyUpdate function in order to use notifyUpdate.

Additionally, extending this class informs Intellisense that you can run notifyUpdate with the Setting data type if needed like so:

this.notifyUpdate('Setting');

IBaseProjectDataProviderEngine for more information on extending this class.