FileProperty Class |
Namespace: Dundas.BI.Data.DataProviders
The FileProperty type exposes the following members.
Name | Description | |
---|---|---|
FileProperty |
Initializes a new instance of the FileProperty class.
|
Name | Description | |
---|---|---|
AllowWildcard |
Gets or sets a value indicating whether wildcard characters, such as "*" and "?" are allowed in file path.
| |
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.) | |
Name |
Gets or sets the object name.
(Inherited from DescriptorBase.) | |
SupportedExtensions |
Gets or sets the comma-separated list of supported file extensions.
| |
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).) | |
ToString | Returns a string that represents the current object. (Inherited from DescriptorBase.) |