StringProperty Class |
Namespace: Dundas.BI.Data.DataProviders
The StringProperty type exposes the following members.
Name | Description | |
---|---|---|
StringProperty(Guid, String, String, ValidValuesSource) |
Initializes a new instance of the StringProperty class.
| |
StringProperty(Guid, String, String, Int32) |
Initializes a new instance of the StringProperty class.
| |
StringProperty(Guid, String, String, String, ValidValuesSource) |
Initializes a new instance of the StringProperty class.
| |
StringProperty(Guid, String, String, String, Int32) |
Initializes a new instance of the StringProperty class.
|
Name | Description | |
---|---|---|
AvailableValueTypes |
Gets the available parameter value types for the current instance.
(Overrides SettingAvailableValueTypes.) | |
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.) | |
IsAdvanced |
Gets or sets a value indicating whether this instance is part of the advanced group of properties.
(Inherited from ProviderProperty.) | |
IsElementSpecific |
Gets a value indicating whether the setting is applied to a data element.
(Inherited from Setting.) | |
IsEncryptionRequired |
Gets or sets a value indicating whether this instance requires encryption.
(Inherited from ProviderProperty.) | |
IsValueRequired |
Gets or sets a value indicating whether this instance requires a non-empty value.
(Inherited from ProviderProperty.) | |
MaxLength |
Gets the maximum numbers of characters allowed.
| |
Name |
Gets or sets the object name.
(Inherited from DescriptorBase.) | |
ValidValues |
Gets the valid values for the current instance.
(Inherited from Setting.) | |
ValueComparer |
Gets or sets the object to use to check whether two values of this property are equivalent.
|
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).) | |
ToString | Returns a string that represents the current object. (Inherited from DescriptorBase.) |