Name | Description | |
---|---|---|
init | Initializes the ParameterValue. Called during construction. Inherited from dundas.data.DescriptorBase. |
Name | Description | |
---|---|---|
allowDeletion | Gets or sets a value indicating whether the parameter can be deleted. | |
availableValueTypes | Gets or sets the available value types. Flags enum. | |
defaultValue | Gets or sets the default value for this parameter. | |
description | Gets or sets the description of this descriptor object. Inherited from dundas.data.DescriptorBase. | |
elementUsageUniqueName | Gets or sets unique name of the element usage analysis element. | |
hierarchy | Gets or sets the hierarchy for this parameter (if applicable). | |
id | Gets or sets the ID of this descriptor object. Inherited from dundas.data.DescriptorBase. | |
isInheritedParameter | Gets or sets whether this parameter is an inherited parameter or not. | |
isInvertedSelectionSupported | Gets or sets whether this parameter supports inverted selection or not. | |
isPublic | Gets or sets whether this parameter is public or not. | |
name | Gets or sets the name of this descriptor object. Inherited from dundas.data.DescriptorBase. | |
parentEntityId | Gets or sets ID of the parent entity. | |
supportedValueTypes | Gets or sets the supported value types. Flags enum. | |
validValues | Gets or sets the valid values for this parameter. |
Name | Description | |
---|---|---|
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
isCompatible | Checks for compatibility with the given parameter value type. The "NONE" parameter value is treated as always compatible. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |