ObjectCollectionValidatorAttribute Properties

Include Protected Members
Include Inherited Members

The ObjectCollectionValidatorAttribute type exposes the following members.

Properties

  Name Description
Public property ErrorMessage
Gets or sets an error message to associate with a validation control if validation fails.
(Inherited from ValidationAttribute.)
Public property ErrorMessageResourceName
Gets or sets the error message resource name to use in order to look up the ErrorMessageResourceType property value if validation fails.
(Inherited from ValidationAttribute.)
Public property ErrorMessageResourceType
Gets or sets the resource type to use for error-message lookup if validation fails.
(Inherited from ValidationAttribute.)
Protected property ErrorMessageString
Gets the localized validation error message.
(Inherited from ValidationAttribute.)
Public property MessageTemplate
Gets or sets the message template to use when logging validation results.
(Inherited from BaseValidationAttribute.)
Public property MessageTemplateResourceName
Gets or sets the name of the resource to retrieve the message template to use when logging validation results.
(Inherited from BaseValidationAttribute.)
Public property MessageTemplateResourceType
Gets or sets the name of the type to retrieve the message template to use when logging validation results.
(Inherited from BaseValidationAttribute.)
Public property RequiresValidationContext
Gets a value that indicates whether the attribute requires validation context.
(Inherited from ValidationAttribute.)
Public property Ruleset
Gets or set the ruleset to which the represented validator belongs.
(Inherited from BaseValidationAttribute.)
Public property Tag
Gets or sets the tag that will characterize the results logged by the represented validator.
(Inherited from BaseValidationAttribute.)
Public property TargetRuleset
Gets the target ruleset for the validated objects.
Public property TargetType
The target type
Public property TypeId
Gets a unique identifier for this attribute.
(Overrides Attribute.TypeId.)

See Also

ObjectCollectionValidatorAttribute Class

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace