ComponentSettingData Class |
Namespace: Dundas.BI.WebApi.Models
The ComponentSettingData type exposes the following members.
Name | Description | |
---|---|---|
ComponentSettingData |
Initializes a new instance of the ComponentSettingData class.
|
Name | Description | |
---|---|---|
AvailableValueTypes |
Gets the available parameter value types for the current instance.
| |
ChangesOutputMetadata |
Gets a value indicating whether the value changes the output metadata.
| |
DataType |
Gets the component setting type.
| |
DefaultValue |
Gets the default value.
| |
Description |
Gets or sets the object description.
(Inherited from DescriptorBaseData.) | |
HasValidValues |
Gets a value indicating whether this instance has valid values.
| |
Id |
Gets the object ID.
(Inherited from DescriptorBaseData.) | |
IsElementSpecific |
Gets a value indicating whether the setting is applied to a data element.
| |
IsInvertedSelectionSupported |
Gets or sets a value indicating whether this instance supports inverted selection.
| |
MaximumValue |
Gets the maximum value.
| |
MaxLength |
Gets the maximum numbers of characters allowed.
| |
MinimumValue |
Gets the minimum value.
| |
Name |
Gets or sets the object name.
(Inherited from DescriptorBaseData.) | |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) | |
ValidValues |
Gets the valid values for the current instance.
|
Name | Description | |
---|---|---|
ToDataContractMapping |
The mapping between the business object and the DTO.
| |
ToEntityMapping |
The mapping from DataContract to Entity.
| |
ToSettingDataContractMapping |
The mapping between the business object and the DTO.
|