ComponentSettingData Class

The JSON DTO object for ComponentSetting and Setting and derived types (such as NumericSetting.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDescriptorBaseData
      Dundas.BI.WebApi.ModelsComponentSettingData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ComponentSettingData : DescriptorBaseData

The ComponentSettingData type exposes the following members.

Constructors
 NameDescription
Public methodComponentSettingData Initializes a new instance of the ComponentSettingData class.
Top
Properties
 NameDescription
Public propertyAvailableValueTypes Gets the available parameter value types for the current instance.
Public propertyChangesOutputMetadata Gets a value indicating whether the value changes the output metadata.
Public propertyDataType Gets the component setting type.
Public propertyDefaultValue Gets the default value.
Public propertyDescription Gets or sets the object description.
(Inherited from DescriptorBaseData)
Public propertyHasValidValues Gets a value indicating whether this instance has valid values.
Public propertyId Gets the object ID.
(Inherited from DescriptorBaseData)
Public propertyIsElementSpecific Gets a value indicating whether the setting is applied to a data element.
Public propertyIsInvertedSelectionSupported Gets or sets a value indicating whether this instance supports inverted selection.
Public propertyMaximumValue Gets the maximum value.
Public propertyMaxLength Gets the maximum numbers of characters allowed.
Public propertyMinimumValue Gets the minimum value.
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBaseData)
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 for the current instance.
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMapping The mapping between the business object and the DTO.
Public methodStatic memberToEntityMapping The mapping from DataContract to Entity.
Public methodStatic memberToSettingDataContractMapping The mapping between the business object and the DTO.
Top
See Also