DateTimeSetting Class | 
Namespace: Dundas.BI.Data.Parameters
The DateTimeSetting type exposes the following members.
| Name | Description | |
|---|---|---|
| DateTimeSetting(Guid, String, String, Boolean, ValidValuesSource, Boolean) | 
            Initializes a new instance of the DateTimeSetting class.
              | |
| DateTimeSetting(Guid, String, String, Boolean, DateTime, ValidValuesSource, Boolean) | 
            Initializes a new instance of the DateTimeSetting class.
              | |
| DateTimeSetting(Guid, String, String, Boolean, DateTime, DateTime, Boolean) | 
            Initializes a new instance of the DateTimeSetting class.
              | |
| DateTimeSetting(Guid, String, String, Boolean, DateTime, DateTime, DateTime, Boolean) | 
            Initializes a new instance of the DateTimeSetting class.
              | 
| Name | Description | |
|---|---|---|
| AvailableValueTypes | 
            Gets the available parameter value types for the current instance.
              (Overrides SettingAvailableValueTypes.) | |
| ChangesOutputMetadata | 
            Gets a value indicating whether the value changes the output metadata.
              (Inherited from ComponentSetting.) | |
| DataType | 
            Gets the component setting type.
              (Inherited from Setting.) | |
| DefaultValue | 
            Gets the default value.
              (Inherited from Setting.) | |
| Description | 
            Gets or sets the object description.
              (Inherited from DescriptorBase.) | |
| HasValidValues | 
            Gets a value indicating whether this instance has valid values.
              (Inherited from Setting.) | |
| Id | 
            Gets the object ID.
              (Inherited from DescriptorBase.) | |
| IsDependencySetting | 
            Gets a value indicating whether the current instance is a dependency setting.
              (Inherited from ComponentSetting.) | |
| IsElementSpecific | 
            Gets a value indicating whether the setting is applied to a data element.
              (Inherited from Setting.) | |
| IsInvertedSelectionSupported | 
            Gets or sets a value indicating whether this instance supports inverted selection.
              (Inherited from ComponentSetting.) | |
| MaximumValue | 
            Gets the maximum value.
              | |
| MinimumValue | 
            Gets the minimum value.
              | |
| Name | 
            Gets or sets the object name.
              (Inherited from DescriptorBase.) | |
| PrimarySettingValue | 
            Gets the primary setting value when the current instance becomes active, if the current instance is a dependency setting.
              (Inherited from ComponentSetting.) | |
| ValidationRule | 
            Gets the rule used to validate the setting's value.
              (Inherited from ComponentSetting.) | |
| ValidValues | 
            Gets the valid values for the current instance.
              (Inherited from Setting.) | 
| Name | Description | |
|---|---|---|
| AddValidValue(Boolean, String, String) | 
            Adds a new value to the supported list of valid values.
              (Inherited from Setting.) | |
| AddValidValue(DateTime, String, String) | 
            Adds a new value to the supported list of valid values.
              (Inherited from Setting.) | |
| AddValidValue(String, String, String) | 
            Adds a new value to the supported list of valid values.
              (Inherited from Setting.) | |
| AddValidValue(Number, String, String) | 
            Adds a new value to the supported list of valid values.
              (Inherited from Setting.) | |
| AddValidValue(ParameterToken, String, String) | 
            Adds a new value to the supported list of valid values.
              (Inherited from Setting.) | |
| AddValidValue(Boolean, CompatibleDataTypes, String, String) | 
            Adds a new value to the supported list of valid values.
              (Inherited from Setting.) | |
| AddValidValue(DateTime, CompatibleDataTypes, String, String) | 
            Adds a new value to the supported list of valid values.
              (Inherited from Setting.) | |
| AddValidValue(String, CompatibleDataTypes, String, String) | 
            Adds a new value to the supported list of valid values.
              (Inherited from Setting.) | |
| AddValidValue(Number, CompatibleDataTypes, String, String) | 
            Adds a new value to the supported list of valid values.
              (Inherited from Setting.) | |
| AddValidValue(ParameterToken, CompatibleDataTypes, String, String) | 
            Adds a new value to the supported list of valid values.
              (Inherited from Setting.) | |
| CheckValue | 
            Checks the value for validity against any boundaries or existing valid values.
              (Inherited from Setting.) | |
| CheckValueAgainstBoundaries | 
            Checks the value for validity only against existing boundaries.
              (Overrides SettingCheckValueAgainstBoundaries(ParameterValue).) | |
| RemoveDependency | 
            Removes the current instance dependency to a primary setting.
              (Inherited from ComponentSetting.) | |
| SetPrimaryDependencyValue | 
            Sets the current instance as a dependency settings, and assigns the primary setting value when the current instance becomes active.
              (Inherited from ComponentSetting.) | |
| ToString | Returns a string that represents the current object.  (Inherited from DescriptorBase.) |