ValidationResultForValidationMissingValue Method |
Missing or empty value error, not specifically to reference value.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic override void MissingValue(
IConfiguration configuration,
string keyName,
bool required,
bool validate,
string message
)
Parameters
- configuration
- Type: MFiles.VAF.ConfigurationIConfiguration
The module configuration that is being validated. - keyName
- Type: SystemString
The missing element. - required
- Type: SystemBoolean
Is the reference required, or optional - validate
- Type: SystemBoolean
True if the validation action should be performed. - message
- Type: SystemString
String specifying the location.
See Also