Setting Class

Base class for descriptor objects.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract class Setting : DescriptorBase

The Setting type exposes the following members.

Constructors
  NameDescription
Protected methodSetting
Initializes a new instance of the Setting class.
Top
Properties
  NameDescription
Public propertyAvailableValueTypes
Gets the available parameter value types for the current instance.
Public propertyDataType
Gets the component setting type.
Public propertyDefaultValue
Gets the default value.
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyHasValidValues
Gets a value indicating whether this instance has valid values.
Public propertyId
Gets the object ID.
(Inherited from DescriptorBase.)
Public propertyIsElementSpecific
Gets a value indicating whether the setting is applied to a data element.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Public propertyValidValues
Gets the valid values for the current instance.
Top
Methods
  NameDescription
Public methodAddValidValue(Boolean, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(DateTime, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(String, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(Number, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(ParameterToken, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(Boolean, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(DateTime, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(String, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(Number, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(ParameterToken, CompatibleDataTypes, String, String)
Adds a new value to the supported list of valid values.
Public methodCheckValue
Checks the value for validity against any boundaries or existing valid values.
Public methodCheckValueAgainstBoundaries
Checks the value for validity only against existing boundaries.
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also