dundas.configuration.AppSetting Class

 

Inheritance Hierarchy

 
Class
   dundas.configuration.AppSetting
 

Constructors

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

Properties

 
  Name Description
allowedValues Gets or sets the allowed values for the setting.
availableValues Gets or sets the available values for the setting.
categoryName Gets or sets the application setting category name.
clientSettingVisibility Gets or sets the visibility level for an application configuration setting.
contentType Gets a value which specifies a special type of content, if settingType is text. For example: "application/json".
defaultValue Gets or sets the default setting value.
description Gets or sets the application setting description.
displayName Gets or sets the application setting display name.
exampleValueText Gets or sets the example value text.
helpTopicReference Gets or sets the help topic reference.
id Gets or sets the ID of the setting.
isDangerousForImport Gets or sets a value indicating whether the setting is dangerous for import.
isMultiSelect Gets or sets a value indicating whether the setting supports multiple values.
isOnlyGlobal Gets or sets a value indicating whether this is a global only setting.
isPassword Gets or sets a value indicating whether this is a password related field
isReadOnly Gets or sets a value indicating whether the setting is read only.
isRestartRequired Gets or sets a value indicating whether a restart is required after changing this setting. has expired.
settingType Gets or sets the type of the setting value.
sortKey Gets or sets the order of the setting within its category.
 
 

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.