ValidationProvider Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The ValidationProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidationProvider |
Initializes a new instance of the ValidationProvider class.
|
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetPerformValidation |
Gets the indication of whether automatic validation should be performed for control when it fires the Validating event.
|
|
GetService | (Inherited from Component.) | |
GetSourcePropertyName |
Gets the name of the property on the type specified by SourceTypeName for which the validation specification should be retrieved to validate the value for control.
|
|
GetType | (Inherited from Object.) | |
GetValidatedProperty |
Gets the name of the property to use when extracting the value from control.
|
|
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone | Overloaded. | |
PerformValidation |
Invokes the validation process for a control.
|
|
SetPerformValidation |
Sets the indication of whether automatic validation should be performed for control when it fires the Validating event.
|
|
SetSourcePropertyName |
Sets the name of the property on the type specified by SourceTypeName for which the validation specification should be retrieved to validate the value for control.
|
|
SetValidatedProperty |
Sets the name of the property to use when extracting the value from control.
|
|
ToString | (Inherited from Component.) |
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DesignMode | (Inherited from Component.) | |
Enabled |
The indication of whether the ValidationProvider will perform validations.
|
|
ErrorProvider |
Gets or sets the ErrorProvider to which formatted validation errors should be posted when validating a Control.
|
|
Events | (Inherited from Component.) | |
IsValid |
Gets an indication of whether the values for the controls managed by the ValidationProvider have been successfully validated.
|
|
RulesetName |
Gets or sets the name of the ruleset to use when retrieving validation specifications.
|
|
Site | (Inherited from Component.) | |
SourceTypeName |
Gets or sets the name for the type to use as the source of specifications for the validations performed by the ValidationProvider.
|
|
SpecificationSource |
Gets or sets the ValidationSpecificationSource indicating where to get validation specifications from.
|
|
ValidationResultFormat |
Gets or sets the format to use when formatting validation results to post to an ErrorProvider.
|
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) | |
ValidationPerformed |
Occurs when validation for a control has been performed.
|
|
ValueConvert |
Occurs when conversion for a control's value must be performed.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IExtenderProvider.CanExtend |
See Also
Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |