BridgeParameterData Class |
Namespace: Dundas.BI.WebApi.Models
The BridgeParameterData type exposes the following members.
Name | Description | |
---|---|---|
BridgeParameterData |
Initializes a new instance of the BridgeParameterData class.
|
Name | Description | |
---|---|---|
AllowDeletion |
Gets or sets a value indicating whether the parameter can be deleted.
(Inherited from ParameterData.) | |
AttachedParameters |
Gets the attached parameters information.
| |
AvailableValueTypes |
Gets all the parameter value types that are compatible with the current parameter.
(Inherited from ParameterData.) | |
DefaultValue |
Gets or sets the default value.
(Inherited from ParameterData.) | |
Description |
Gets or sets the object description.
(Inherited from DescriptorBaseData.) | |
ElementUsageUniqueName |
Gets or sets the unique name of the element that this parameter belongs to.
(Inherited from ParameterData.) | |
Hierarchy |
Gets or sets the hierarchy this parameter is based on (if applicable).
(Inherited from ParameterData.) | |
Id |
Gets the object ID.
(Inherited from DescriptorBaseData.) | |
InputType |
Gets or sets the parameter value type of the bridge parameter being created.
| |
IsInheritedParameter |
Gets or sets a value indicating whether this instance is an inherited parameter.
(Inherited from ParameterData.) | |
IsInvertedSelectionSupported |
Gets or sets a value indicating whether this instance supports inverted selection.
(Inherited from ParameterData.) | |
IsPublic |
Gets or sets a value indicating whether this instance is public.
(Inherited from ParameterData.) | |
Name |
Gets or sets the object name.
(Inherited from DescriptorBaseData.) | |
ParentEntityId |
Gets or sets the parent entity ID.
(Inherited from ParameterData.) | |
SupportedValueTypes |
Gets or sets the parameter value types supported by the current instance.
(Inherited from ParameterData.) | |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) | |
ValidValues |
Gets the valid values.
(Inherited from ParameterData.) |
Name | Description | |
---|---|---|
ToDataContractMapping |
The mapping between BridgeParameter and BridgeParameterData.
| |
ToEntityMapping |
The mapping between BridgeParameterData and BridgeParameter.
|