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