dundas.data.BridgeParameter Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DescriptorBase
      dundas.data.Parameter
         dundas.data.BridgeParameter
 

Constructors

 
  Name Description
init Initializes the Bridge Parameter. Called during construction. Inherited from dundas.data.DescriptorBase.
 
 

Properties

 
  Name Description
allowDeletion Gets or sets a value indicating whether the parameter can be deleted. Inherited from dundas.data.Parameter.
attachedParameters Gets or sets the parameters attached to this bridge parameter.
availableValueTypes Gets or sets the available value types. Flags enum. Inherited from dundas.data.Parameter.
defaultValue Gets or sets the default value for this parameter. Inherited from dundas.data.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. Inherited from dundas.data.Parameter.
hierarchy Gets or sets the hierarchy for this parameter (if applicable). Inherited from dundas.data.Parameter.
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. Inherited from dundas.data.Parameter.
isInvertedSelectionSupported Gets or sets whether this parameter supports inverted selection or not. Inherited from dundas.data.Parameter.
isPublic Gets or sets whether this parameter is public or not. Inherited from dundas.data.Parameter.
name Gets or sets the name of this descriptor object. Inherited from dundas.data.DescriptorBase.
parentEntityId Gets or sets ID of the parent entity. Inherited from dundas.data.Parameter.
supportedValueTypes Gets or sets the supported value types. Flags enum. Inherited from dundas.data.Parameter.
validValues Gets or sets the valid values for this parameter. Inherited from dundas.data.Parameter.
 
 

Methods

 
  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. Inherited from dundas.data.Parameter.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.