BridgeParameterData Class

The DTO of BridgeParameter.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class BridgeParameterData : ParameterData

The BridgeParameterData type exposes the following members.

Constructors
  NameDescription
Public methodBridgeParameterData
Initializes a new instance of the BridgeParameterData class.
Top
Properties
  NameDescription
Public propertyAllowDeletion
Gets or sets a value indicating whether the parameter can be deleted.
(Inherited from ParameterData.)
Public propertyAttachedParameters
Gets the attached parameters information.
Public propertyAvailableValueTypes
Gets all the parameter value types that are compatible with the current parameter.
(Inherited from ParameterData.)
Public propertyDefaultValue
Gets or sets the default value.
(Inherited from ParameterData.)
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBaseData.)
Public propertyElementUsageUniqueName
Gets or sets the unique name of the element that this parameter belongs to.
(Inherited from ParameterData.)
Public propertyHierarchy
Gets or sets the hierarchy this parameter is based on (if applicable).
(Inherited from ParameterData.)
Public propertyId
Gets the object ID.
(Inherited from DescriptorBaseData.)
Public propertyInputType
Gets or sets the parameter value type of the bridge parameter being created.
Public propertyIsInheritedParameter
Gets or sets a value indicating whether this instance is an inherited parameter.
(Inherited from ParameterData.)
Public propertyIsInvertedSelectionSupported
Gets or sets a value indicating whether this instance supports inverted selection.
(Inherited from ParameterData.)
Public propertyIsPublic
Gets or sets a value indicating whether this instance is public.
(Inherited from ParameterData.)
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBaseData.)
Public propertyParentEntityId
Gets or sets the parent entity ID.
(Inherited from ParameterData.)
Public propertySupportedValueTypes
Gets or sets the parameter value types supported by the current instance.
(Inherited from ParameterData.)
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyValidValues
Gets the valid values.
(Inherited from ParameterData.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMapping
The mapping between BridgeParameter and BridgeParameterData.
Public methodStatic memberToEntityMapping
The mapping between BridgeParameterData and BridgeParameter.
Top
See Also