dundas.configuration.AppSettingDetail Class

 

Inheritance Hierarchy

 
Class
   dundas.configuration.AppSettingDetail
 

Constructors

 
  Name Description
init Initializes the dundas.configuration.AppSettingDetail object.
 
 

Properties

 
  Name Description
appSetting Gets or sets the app setting.
effectiveValueAtRequestedScope Gets or sets the setting's effective value from the perspective of the requested scope.
effectiveValueOnCurrentServer Gets or sets the setting's actual effective value on the current server.
setValueAtRequestedScope Gets or sets the set value of the setting at the requested scope.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.